Module fujisaki_ringsig::sig [] [src]

Structs

Signature

A Fujisaki signature. The size of Signature scales proportionally with the number of public keys in the ring.

Tag

Denotes the ring of public keys which are being used for the ring signature, as well as the "issue", corresponding to what issue the signature corresponds to (e.g b"auction number 15")

Functions

sign

Sign a message under the given tag with the given private key.

verify

Verify a message against a given signature under a given tag. See sign for example usage.