Expand description
Distributed Key Generation (DKG), Resharing, Signatures, and Threshold Signatures over the BLS12-381 curve.
§Features
This crate has the following features:
portable
: Enablesportable
feature 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§
- Batch
- BLS12-381 batch verifier.
- Private
Key - BLS12-381 private key.
- Public
Key - BLS12-381 public key.
- Signature
- BLS12-381 signature.