Module diem_crypto::bls
source · Expand description
A BLS signature wrapper
Structs§
- BLS signature private key
- BLS signature public key
- Used to deserialize keys in local storage whose validity has been checked before.
- BLS signature wrapper
- Used to deserialize keys in local storage whose validity has been checked before.
Constants§
- Private key length in bytes. The actual key length should be 255 bits.
- Public key length in bytes.
- Signature length in bytes.
Functions§
- Deserialize public key from local storage.