FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Class BindingFactor<C>

    The binding factor, also known as rho (rho)

    Ensures each signature share is strongly bound to a signing set, specific set of commitments, and a specific message.

    Type Parameters

    Index

    Methods

    • Internal

      Creates a binding factor from a scalar.

      Type Parameters

      Parameters

      • ciphersuite: C
      • scalar: C["Scalar"]

      Returns BindingFactor<C>

    • Internal

      Return the underlying scalar.

      Returns C["Scalar"]

    • Serializes BindingFactor to bytes.

      Returns Uint8Array

    • Returns a string representation of this BindingFactor.

      Returns string