coconut-crypto 0.14.0

Threshold anonymous credentials based on the paper https://eprint.iacr.org/2022/011
Documentation
1
2
3
4
5
6
7
//! Public and secret keys for the modified Pointcheval-Sanders signature scheme.

mod public;
mod secret;

pub use public::*;
pub use secret::*;