Module bls

Source
Available on crate feature bls only.
Expand description

BLS12-381 key support

Structs§

BlsKeyGen
A key material generator compatible with KeyGen from the bls-signatures RFC draft 4 (incompatible with earlier)
BlsKeyPair
A BLS12-381 key pair
G1
G1 curve
G2
G2 curve
G1G2
G1 + G2 curves
G1G2Pair
A utility struct combining G1 and G2 public keys

Constants§

JWK_KEY_TYPE
The ‘kty’ value of a BLS key JWK

Traits§

BlsPublicKeyType
Trait implemented by supported BLS public key types