Module verifying_key

Source
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§

VerifyingKey
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§

RawVerifyingKey 🔒
A VerifyingKey without the key id. This enum contains a variant for each supported signature scheme.