#threshold-signature #schnorr-signature #signature-scheme #schnorr #signature #threshold #randomized

no-std frost-rerandomized

Types and traits to support implementing a re-randomized variant of Flexible Round-Optimized Schnorr Threshold signature schemes (FROST)

11 releases (2 stable)

2.0.0 Oct 23, 2024
2.0.0-rc.0 Jun 20, 2024
1.0.0 Feb 19, 2024
1.0.0-rc.0 Nov 17, 2023
0.1.0 Mar 9, 2023

#500 in Cryptography

Download history 1186/week @ 2024-07-17 908/week @ 2024-07-24 1006/week @ 2024-07-31 1739/week @ 2024-08-07 1478/week @ 2024-08-14 836/week @ 2024-08-21 516/week @ 2024-08-28 689/week @ 2024-09-04 1013/week @ 2024-09-11 901/week @ 2024-09-18 1006/week @ 2024-09-25 934/week @ 2024-10-02 480/week @ 2024-10-09 466/week @ 2024-10-16 700/week @ 2024-10-23 1492/week @ 2024-10-30

3,338 downloads per month
Used in 13 crates (8 directly)

MIT/Apache

285KB
5K SLoC

FROST (Flexible Round-Optimised Schnorr Threshold signatures) Rerandomized

Base traits and types in Rust that implement 'Two-Round Threshold Schnorr Signatures with FROST' generically for frost-core::Ciphersuite implementations, with support for Zcash-compatible RedDSA re-randomized signatures.

Status ⚠

The FROST specification is not yet finalized, and this codebase has not yet been audited or released. The APIs and types in frost-rerandomized are subject to change.

Usage

frost-rerandomized is similar to frost-core, but provides different sign() and aggregate() functions adding support for re-randomized signatures. End-users should not use frost-rerandomized if they want to sign and verify signatures, they should use the crate specific to their ciphersuite/curve parameters that uses frost-rerandomized as a dependency, such as reddsa.

Example

See ciphersuite-specific modules, e.g. the ones in reddsa.

Dependencies

~1–11MB
~123K SLoC