Expand description
A verifying key is the public part of a signature key pair. It is used to verify signatures.
This implements the lowest layer of the signature module, verifying signatures on raw byte arrays.
Structs§
- Verifying
Key - A verifying key is a public key used for verifying signatures. It can be published to other
users, who can use it to verify that messages were signed by the holder of the corresponding
SigningKey
.
Enums§
- RawVerifying
Key 🔒 - A
VerifyingKey
without the key id. This enum contains a variant for each supported signature scheme.