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

    Class BindingFactorList<C>

    A list of binding factors and their associated identifiers.

    Type Parameters

    Index

    Constructors

    Properties

    ciphersuite: C

    The ciphersuite instance

    Methods

    • Get the BindingFactor for the given identifier key, or undefined if not found.

      Parameters

      • key: string

      Returns BindingFactor<C> | undefined

    • Get the BindingFactor for the given identifier using serialized bytes, or undefined if not found.

      Parameters

      • bytes: Uint8Array

      Returns BindingFactor<C> | undefined

    • Get the BindingFactor for the given identifier, or undefined if not found. The identifier must have a serialize() method.

      Parameters

      Returns BindingFactor<C> | undefined