Expand description

This crate deals with Autocrypt encoded data (see the Autocrypt Spec).

Scope

This implements low-level functionality like encoding and decoding of Autocrypt headers and setup messages. Note: Autocrypt is more than just headers; it requires tight integration with the MUA.

Structs

Enums

  • Version of Autocrypt to use. Autocrypt::default() always returns the latest version.
  • Whether the data comes from an “Autocrypt” or “Autocrypt-Gossip” header.

Functions

Type Definitions

  • Crate result specialization.