pgp-cleartext 0.3.0

PGP cleartext framework implementation
Documentation
1
2
3
4
5
6
7
# pgp-cleartext

`pgp-cleartext` is a library crate implementing support for the PGP cleartext
framework (RFC 4880 Section 7) using the `pgp` crate.

The functionality in this crate is nominally part of the `pgp` crate itself.
This feature is tracked at https://github.com/rpgp/rpgp/issues/122.