Static threshold_secret_sharing::packed::PSS_4_26_3 [] [src]

pub static PSS_4_26_3: PackedSecretSharing = PackedSecretSharing{threshold: 4,
                    share_count: 26,
                    secret_count: 3,
                    prime: 433,
                    omega_secrets: 354,
                    omega_shares: 17,}

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