w3f_bls

Module double

Source
Expand description

§BLS key pair with public key in both G1 and G2

§Unaggreagated BLS signature along side with their DLEQ proof

Implements schemes suggested the paper

The scheme proposes for the public key be represented by doube points, both in G1 and G2 and aggregate keys in G1.

It also proposes that each individual BLS signature accompany a DLEQ proof for faster verification

Structs§

Traits§