Module lock_keeper::crypto::signing_key
source · Modules§
Structs§
- Raw material for an imported signing key.
- Wrapper used to declare arbitrary bytes as
Signable. - An ECDSA signing key pair, including a public component for verifying signatures, a private component for creating them, and context about the key pair.
Traits§
- Provides the methods necessary to sign and verify a piece of data with a
SigningKeyPair. This trait should be explicitly implemented on types that are intended to be signed.