Module askar_crypto::alg::bls

source ·
Available on crate feature bls only.
Expand description

BLS12-381 key support

Structs§

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

Constants§

Traits§