lit-frost-rerandomized

Crates.iolit-frost-rerandomized
lib.rslit-frost-rerandomized
version1.0.0
created_at2025-12-17 18:51:09.251329+00
updated_at2025-12-17 18:51:09.251329+00
descriptionTypes and traits to support implementing a re-randomized variant of Flexible Round-Optimized Schnorr Threshold signature schemes (FROST).
homepage
repositoryhttps://github.com/LIT-Protocol/frost
max_upload_size
id1990956
size50,505
Michael Lodder (mikelodder7)

documentation

README

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.

Commit count: 0

cargo fmt