Expand description
BLS signatures for Indy
Macros§
- err_msg
- Shorthand for creating an error
Structs§
- Bls
- A structure providing the signature API
- Error
- The standard crate error type
- Generator
- BLS generator point. BLS algorithm requires choosing of generator point that must be known to all parties. The most of BLS methods require generator to be provided.
- Multi
Signature - BLS multi signature.
- Proof
OfPossession - Proof of possession for BLS verification key.
- SignKey
- BLS sign key.
- Signature
- BLS signature.
- VerKey
- BLS verification key.
Type Aliases§
- Result
- Result type alias