Registry / crypto / sequoia-openpgp

sequoia-openpgp

JSON →
library2.3.0rscratesunverified

OpenPGP data types and associated machinery

# Cargo.toml [dependencies] sequoia-openpgp = "2.3.0"
INSTALL
IMPORT
SIG · SEQUOIA-OPENPGP
S
sequoia-openpgp
cryptorustv2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cert
use sequoia_openpgp::Cert;

Generate a simple OpenPGP certificate.

use sequoia_openpgp::Cert; fn main() { let (cert, _) = Cert::generate_simple("test@example.com").unwrap(); println!("Generated certificate: {:?}", cert); }
Debug
Known issues
gotchaSequoia OpenPGP requires the 'sequoia-openpgp' feature 'crypto-nettle' or 'crypto-openssl' for cryptographic operations.
fix
Add feature flags like 'crypto-nettle' in Cargo.toml.
affects: >=2.0.0
Upgrade
Version history
2.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
sequoia-openpgp — cargo add sequoia-openpgp · libregistry