Skip to main content

Crate frost_rerandomized

Crate frost_rerandomized 

Source
Expand description

FROST implementation supporting re-randomizable keys.

To sign with re-randomized FROST:

Re-exports§

pub use frost_core;

Structs§

RandomizedParams
Randomized parameters for a signing instance of randomized FROST.
Randomizer
A randomizer. A random scalar which is used to randomize the key.

Traits§

RandomizedCiphersuite
A Ciphersuite that supports rerandomization.

Functions§

aggregate
Re-randomized FROST signature share aggregation with the given RandomizedParams.
aggregate_custom
Re-randomized FROST signature share aggregation with the given RandomizedParams using the given cheater detection strategy.
signDeprecated
Re-randomized FROST signing using the given randomizer, which should be sent from the Coordinator using a confidential channel.
sign_with_randomizer_seed
Re-randomized FROST signing using the given randomizer_seed, which should be sent from the Coordinator using a confidential channel.