Function sss_rs::wrapped_sharing::share[][src]

pub fn share(
    secret: Secret,
    shares_required: u8,
    shares_to_create: u8,
    verify: bool
) -> Result<Vec<Vec<u8>>, Error>
Expand description

Creates the shares and places them into a Vec of Vecs. This wraps around share_to_writables.