Module diem_crypto::multi_bls
source · Expand description
A multi bls signature wrapper
Structs§
- Vector of private keys in the multi-key BLS structure.
- Vector of public keys in the multi-key BLS structure.
- Multi BLS signature wrapper
Traits§
Functions§
- Aggregate signatures by multiplying them together. Calculated by
signature = \sum_{i = 0}^n signature_i
.