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

    Function refreshShare

    • Refresh a share in the Trusted Dealer refresh procedure.

      Must be called by each participant refreshing the shares, with the refreshingShare received from the trusted dealer and the currentKeyPackage of the participant.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to use

      • refreshingShare: SecretShare<C>

        The refreshing share received from the dealer

      • currentKeyPackage: KeyPackage<C>

        The participant's current key package

      Returns KeyPackage<C>

      The refreshed KeyPackage

      If refresh fails