Crate sequoia_autocrypt[][src]

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

An autocrypt header attribute.

A parsed Autocrypt header.

A set of parsed Autocrypt headers.

Holds an Autocrypt Setup Message.

A Parser for an AutocryptSetupMessage.

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

Generates a key compliant to Autocrypt.

Type Definitions

Crate result specialization.