Description
Adds OpenPGP functionality to Python through a Rust-backed module. Applications can use it for workflows around public-key encryption, signatures, and protected messages or files.
This is security-sensitive cryptography code. Developers must manage keys, trust, passphrases, and encrypted data carefully; using the library does not automatically make a workflow secure.