pub fn generate_proper_sharing_matrices(
k: usize,
n: usize,
) -> Result<(ShareMatrix, ShareMatrix)>Expand description
Generate proper (k,n) threshold sharing matrices based on visual cryptography theory
pub fn generate_proper_sharing_matrices(
k: usize,
n: usize,
) -> Result<(ShareMatrix, ShareMatrix)>Generate proper (k,n) threshold sharing matrices based on visual cryptography theory