package scala
- Alphabetic
- By Inheritance
- scala
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Package Members
- package combinations
Contains classes required to compute all combinations of k shares which can be chosen from among n shares.
Contains classes required to compute all combinations of k shares which can be chosen from among n shares. This is needed for the complete verification of a SecretSharing instance.
- package diagnosis
Contains an utility useful for debugging and diagnosis.
- package jws
- package shamir
Contains the core classes needed for sharing or merging of secrets.
Contains the core classes needed for sharing or merging of secrets.
- See also
- package utils
Value Members
- def formatBytes(bytes: Iterable[Byte]): String
Formats the given bytes as comma separated hexadecimal values
Formats the given bytes as comma separated hexadecimal values
- bytes
the to be formtted bytes
- returns
the comma separated hexadecimal values