Blockchain Commons Shamir Secret Sharing TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Enumeration ShamirErrorType

    Error types for Shamir secret sharing operations.

    Index

    Enumeration Members

    SecretTooLong: "SecretTooLong"
    TooManyShares: "TooManyShares"
    InterpolationFailure: "InterpolationFailure"
    ChecksumFailure: "ChecksumFailure"
    SecretTooShort: "SecretTooShort"
    SecretNotEvenLen: "SecretNotEvenLen"
    InvalidThreshold: "InvalidThreshold"
    SharesUnequalLength: "SharesUnequalLength"