[][src]Module fawkes_crypto_powersoftau::keypair

Structs

PrivateKey

Contains the secrets τ, α and β that the participant of the ceremony must destroy.

PublicKey

Contains terms of the form (s1, s1x, H(s1x)2, H(s1x)2x) for all x in τ, α and β, and some s chosen randomly by its creator. The function H "hashes into" the group G2. No points in the public key may be the identity.

Functions

keypair

Constructs a keypair given an RNG and a 64-byte transcript digest.