Packages

  • package root
    Definition Classes
    root
  • package de
    Definition Classes
    root
  • package christofreichardt
    Definition Classes
    de
  • package scala
    Definition Classes
    christofreichardt
  • 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

    Shamir's Keystore

  • package utils

package scala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. 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.

  2. package diagnosis

    Contains an utility useful for debugging and diagnosis.

  3. package jws
  4. 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

    Shamir's Keystore

  5. package utils

Value Members

  1. 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

Inherited from AnyRef

Inherited from Any

Ungrouped