pvss 0.1.0

Publicly verifiable secret sharing implementations
Documentation
1
2
3
4
5

// threshold need to >= 2
pub type Threshold = u32;

pub type ShareId = u32;