Crate image4_pki

source ·
Expand description

An EXPERIMENTAL crate containing an implementation of signing and verification primitives usable with the image4 crate.

Modules

  • Provides error types for the crate.

Structs

  • An opaque signature type that may contain either RSA or ECDSA (P-256 and P-384) signatures.

Enums

  • An enum for all digest algorithms supported by the crate.
  • A private key for any algorithm supported by the crate.
  • A public key for any algorithm supported by the crate.
  • An enum for all digital signature algorithms supported by the crate.
  • A signing key for any algorithm supported by the crate.
  • A verifying key for any algorithm supported by the crate.