Module threshold_secret_sharing::packed [] [src]

Packed (or ramp) variant of Shamir secret sharing, allowing efficient sharing of several secrets together.

Structs

PackedSecretSharing

Parameters for the packed variant of Shamir secret sharing, specifying number of secrets shared together, total number of shares, and privacy threshold.

Statics

PSS_155_19682_100

Example of PSS settings, for sharing 100 secrets into 19682 shares, with a privacy threshold of 155.

PSS_155_728_100

Example of PSS settings, for sharing 100 secrets into 728 shares, with a privacy threshold of 155.

PSS_4_26_3

Example of small PSS settings, for sharing 3 secrets into 26 shares, with a privacy threshold of 4.

PSS_4_8_3

Example of tiny PSS settings, for sharing 3 secrets into 8 shares, with a privacy threshold of 4.