Static threshold_secret_sharing::packed::PSS_4_8_3 [] [src]

pub static PSS_4_8_3: PackedSecretSharing = PackedSecretSharing{threshold: 4,
                    share_count: 8,
                    secret_count: 3,
                    prime: 433,
                    omega_secrets: 354,
                    omega_shares: 150,}

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