Expand description
Distributed Key Generation (DKG), Resharing, Signatures, and Threshold Signatures over the BLS12-381 curve.
§Features
This crate has the following features:
portable: Enablesportablefeature onblst(https://github.com/supranational/blst?tab=readme-ov-file#platform-and-language-compatibility).
Modules§
- dkg
- Distributed Key Generation (DKG) and Resharing protocol for the BLS12-381 curve.
- primitives
- Operations over the BLS12-381 scalar field.
Structs§
- Bls12381
- BLS12-381 implementation of the
Schemetrait. - Private
Key - BLS12-381 private key.
- Public
Key - BLS12-381 public key.
- Signature
- BLS12-381 signature.