clsag 0.2.0

Compact Linkable Spontaneous Anonymous Group construction
Documentation
1
2
3
4
5
6
7
8
9
#![feature(test)]
pub mod clsag;
#[allow(non_snake_case)]
pub mod constants;
pub mod keys;
pub mod member;
pub mod signature;
pub mod tests_helper;
mod transcript;