Module askar_crypto::alg::bls[][src]

This is supported on crate feature bls only.
Expand description

BLS12-381 key support

Structs

BlsKeyPair

A BLS12-381 key pair

G1

G1 curve

G1G2

G1 + G2 curves

G2

G2 curve

Constants

JWK_KEY_TYPE

The ‘kty’ value of a BLS key JWK

Traits

BlsPublicKeyType

Trait implemented by supported BLS public key types