Crate sop[][src]

Expand description

A Rust implementation of the Stateless OpenPGP Protocol.

Structs

ParseError

Errors during parsing of SOP string representations.

SessionKey

Represents a session key.

Verification

Represents a successful signature verification.

Enums

ArmorLabel

The ASCII Armor Label.

EncryptAs

Plaintext data format.

Error

SOP errors.

SignAs

Signature type.

Traits

Armor

Builder for SOP::armor.

Dearmor

Builder for SOP::dearmor.

Decrypt

Builder for SOP::decrypt.

Encrypt

Builder for SOP::encrypt.

ExtractCert

Builder for SOP::extract_cert.

GenerateKey

Builder for SOP::generate_key.

Ready

An operation ready to be executed.

ReadyWithResult

An operation that returns a value ready to be executed.

SOP

The Stateless OpenPGP Protocol.

Sign

Builder for SOP::sign.

Verify

Builder for SOP::verify.

VerifySignatures

Builder for SOP::verify.

Version

Functions

normalize_password

Normalizes the given password.

Type Definitions

Result

Result specialization.