Module sss_rs::wrapped_sharing[][src]

Structs

Iterator that iterates over a given Secret, returning smaller segments of it at a time.

Enums

Contains the secret, whether in file or in memory stored in a Vec of bytes.

Constants

Functions

Reconstructs a secret from a given list of shares.

Performs the reconstruction of the shares from files with in the given dir with the give stem

Reconstructs a secret from a given list of srcs. The srcs should all read the same number of bytes. src_len MUST be an accurate length of the shares

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

Shares all the shares to separate files for distribution.This is a wrapper for the share_to_writables function.

Shares all the shares to individual writable destinations.