Expand description
Verify BLS signatures
This verifies BLS signatures in a manner which is compatible with the Internet Computer.
Structs§
- Private
Key - A type expressing a BLS12-381 private key
- Public
Key - A BLS12-381 public key usable for signature verification
- Signature
- A type expressing a BLS12-381 signature
Enums§
- Invalid
Private Key - An error indicating a private key could not be deserialized
- Invalid
Public Key - An error indicating an encoded public key was not valid
- Invalid
Signature - An error indicating a signature could not be deserialized
Functions§
- verify_
bls_ signature - Verify a BLS signature