pvss 0.1.0

Publicly verifiable secret sharing implementations
Documentation

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

pub type ShareId = u32;