Expand description
An EXPERIMENTAL crate containing an implementation of signing and verification primitives
usable with the image4 crate.
Modules§
- error
- Provides error types for the crate.
Structs§
- Signature
- An opaque signature type that may contain either RSA or ECDSA (P-256 and P-384) signatures.
Enums§
- Digest
Algo - An enum for all digest algorithms supported by the crate.
- Private
Key - A private key for any algorithm supported by the crate.
- Public
Key - A public key for any algorithm supported by the crate.
- Signing
Algo - An enum for all digital signature algorithms supported by the crate.
- Signing
Key - A signing key for any algorithm supported by the crate.
- Verifying
Key - A verifying key for any algorithm supported by the crate.