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

    Function repairShareStep1

    • Step 1 of RTS.

      Generates the "delta" values from the helper with keyPackage_i to send to helpers (which includes the helper with keyPackage_i), to help participant recover their share.

      Returns a Map mapping which value should be sent to which participant.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to use

      • helpers: Identifier<C>[]

        Array of helper identifiers

      • keyPackage_i: KeyPackage<C>

        The helper's key package

      • rng: RandomSource

        Random number generator

      • participant: Identifier<C>

        The participant who is repairing their share

      Returns Map<string, Delta<C>>

      Map of identifier to Delta

      If parameters are invalid