Expand description
A BLS signature wrapper
Structs§
- BLSPrivate
Key - BLS signature private key
- BLSPublic
Key - BLS signature public key
- BLSPublic
KeyUnchecked - Used to deserialize keys in local storage whose validity has been checked before.
- BLSSignature
- BLS signature wrapper
- BLSSignature
Unchecked - Used to deserialize keys in local storage whose validity has been checked before.
Constants§
- BLS_
PRIVATE_ KEY_ LENGTH - Private key length in bytes. The actual key length should be 255 bits.
- BLS_
PUBLIC_ KEY_ LENGTH - Public key length in bytes.
- BLS_
SIGNATURE_ LENGTH - Signature length in bytes.
Functions§
- deserialize_
bls_ public_ key_ unchecked - Deserialize public key from local storage.