Module blindsign::keypair[][src]

Generate and manage the ECC keys

Structs

BlindKeypair

An elliptic curve cryptography keypair. The private key (Xs) is used by the signer for creating the blind signature on the blinded hash(msg||R), and the public key (Qs) is usable by anyone for verifying the authenticity of the unblinded signature on the unblinded hash(msg||R).