Crate image4_pki

Crate image4_pki 

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

DigestAlgo
An enum for all digest algorithms supported by the crate.
PrivateKey
A private key for any algorithm supported by the crate.
PublicKey
A public key for any algorithm supported by the crate.
SigningAlgo
An enum for all digital signature algorithms supported by the crate.
SigningKey
A signing key for any algorithm supported by the crate.
VerifyingKey
A verifying key for any algorithm supported by the crate.