Module variant

Module variant 

Source
Expand description

Different variants of the BLS signature scheme.

Structs§

MinPk
A Variant with a public key of type G1 and a signature of type G2.
MinSig
A Variant with a public key of type G2 and a signature of type G1.

Traits§

Variant
A specific instance of a signature scheme.