modular-frost 0.10.1

Modular implementation of FROST over ff/group
Documentation
1
2
3
4
5
6
#[cfg(any(feature = "ristretto", feature = "ed25519"))]
mod dalek;
#[cfg(any(feature = "secp256k1", feature = "p256"))]
mod kp256;
#[cfg(feature = "ed448")]
mod ed448;