Expand description

Re-exports of openpgp-card types to enable standalone-use of openpgp-card-sequoia.

Structs§

  • OpenPGP Fingerprint for a key slot [Spec page 23]

Enums§

  • A shorthand way to specify algorithms (e.g. for key generation).
  • Algorithm Attributes [Spec section 4.4.3.9]
  • Enum for naming ECC curves, and mapping them to/from their OIDs.
  • A marker to distinguish between elliptic curve algorithms (ECDH, ECDSA, EdDSA)
  • Enum wrapper for the different error types of this crate
  • Identify a Key slot on an OpenPGP card
  • Algorithm-independent container for public key material retrieved from an OpenPGP card
  • Sex [Spec section 4.4.3.5]. The Sex setting is accessible via CardholderRelatedData.
  • OpenPGP card “Status Bytes” (ok statuses and errors)
  • User interaction setting: is a ‘touch’ needed to perform an operation on the card? This setting is used in 4.4.3.6 User Interaction Flag (UIF)