@blockchaincommons/sskr - v1.0.0-beta.3
    Preparing search index...

      @blockchaincommons/sskr - v1.0.0-beta.3

      @blockchaincommons/sskr - Sharded Secret Key Reconstruction (BCR-2020-011): a secret split into groups of Shamir shares, any groupThreshold groups of which, each at its member threshold, recover it.

      generateShares produces SskrShares per group; shareBytes / parseShare are the wire form; combineShares recovers. Every failure is a SskrError with a code: the reference's fourteen, Shamir for a wrapped Shamir failure, and InvalidParameter for a spec field that is not a usize (a non-negative integer number up to 2^64, or a bigint in [0, 2^64 - 1]) or a header field outside its width.

      SskrError
      Secret
      GroupSpec
      Spec
      SskrShare
      GroupSpecOptions
      SpecOptions
      SskrErrorCode
      SskrPlainCode
      SskrParameter
      SskrErrorDetails
      GenerateOptions
      MIN_SECRET_LENGTH
      MAX_SECRET_LENGTH
      MAX_SHARE_COUNT
      MAX_GROUP_COUNT
      SHARE_HEADER_LENGTH
      MIN_SHARE_LENGTH
      combineShares
      generateShares
      shareBytes
      parseShare
      isSskrShare