Module pgp::types

source ·

Modules§

Structs§

  • Secret key for DSA.
  • Secret key for ECDH with Curve25519, the only combination we currently support.
  • Secret key for EdDSA with Curve25519, the only combination we currently support.
  • Represents a Key ID.
  • Represents an owned MPI value. The inner value is ready to be serialized, without the need to strip leading zeros.
  • Represents a borrowed MPI value. The inner value is ready to be serialized, without the need to strip leading zeros.
  • Represents a Packet. A packet is the record structure used to encode a chunk of data in OpenPGP. Ref: https://tools.ietf.org/html/rfc4880.html#section-4

Enums§

Traits§

Functions§

  • Parse Multi Precision Integers Ref: https://tools.ietf.org/html/rfc4880.html#section-3.2