Crate sop

source · []
Expand description

A Rust implementation of the Stateless OpenPGP Protocol.

This interface is the Rust equivalent of the draft 04 of the Stateless OpenPGP Command Line Interface.

Modules

Command-line frontend for SOP.

Structs

Errors during parsing of SOP string representations.

A password.

A session key.

A successful signature verification.

Represents a name and version tuple.

Enums

The ASCII Armor Label.

Plaintext data format.

SOP errors.

Inline Signature type.

Indicates the cryptographic digest used when making a signature.

Signature type.

Traits

Builder for SOP::armor.

Builder for SOP::dearmor.

Builder for SOP::decrypt.

Builder for SOP::encrypt.

An operation ready to be executed.

An operation that returns a value ready to be executed.

The Stateless OpenPGP Protocol.

Builder for SOP::sign.

Builder for SOP::verify.

Type Definitions

Result specialization.