Package dk.hyperdivision.multisig_hmac

  • Class Summary 
    Class Description
    Combine
    Combine combines a list of signatures which have all been signed independently into one signature
    DeriveKey
    DeriveKey represents a pair of index + cryptographically random key.
    IndexKey
    IndexKey represents an instance of a index + cryptographically random key.
    KeyGen
    KeyGen represents a pair of index + cryptographically random key.
    MultisigHMAC
    Multisig scheme for HMAC authentication.
    Sign
    Sign represents a sign of data with a key
    Verify
    Verify represents a verification of a signature of data against a list of keys.
    VerifyDerived
    VerifyDerived represents a verification of a signature of data against dynamically derived keys from a master seed.