Pure rust implementation of OpenPGP. Following RFC4880 and RFC2440.
⚠️ WARNING: This library has not been audited, so be careful.
You can find the details of the currently supported features in this status document
Windows, Linux, MacOS and every other unix-like OS is supported (although maybe untested). For details see this platform document.
To run the stress tests,
```sh
git submodule update --init --recursive cargo test --release -- --ignored ```
To enable debugging, add
rust
use pretty_env_logger;
let _ = pretty_env_logger::try_init();
And then run tests with RUST_LOG=pgp=info
.
MIT or Apache 2.0
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in pgp by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.