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
//! Secret sharing and distributed key generation.

pub mod common;
pub mod shamir_ss;

use common::*;