Module bls12381

Module bls12381 

Source
Expand description

Distributed Key Generation (DKG), Resharing, Signatures, and Threshold Signatures over the BLS12-381 curve.

§Features

This crate has the following features:

Modules§

dkg
Distributed Key Generation (DKG) and Resharing protocol for the BLS12-381 curve.
primitives
Operations over the BLS12-381 scalar field.
tle
Timelock Encryption (TLE) over BLS12-381.

Structs§

Batch
BLS12-381 batch verifier.
PrivateKey
BLS12-381 private key.
PublicKey
BLS12-381 public key.
Signature
BLS12-381 signature.