| Crates.io | pgp-cleartext |
| lib.rs | pgp-cleartext |
| version | 0.11.0 |
| created_at | 2022-01-03 23:22:36.100448+00 |
| updated_at | 2024-11-02 18:51:41.11029+00 |
| description | PGP cleartext framework implementation |
| homepage | https://github.com/indygreg/cryptography-rs |
| repository | https://github.com/indygreg/cryptography-rs.git |
| max_upload_size | |
| id | 507417 |
| size | 45,883 |
pgp-cleartext is a library crate implementing support for the PGP cleartext
framework (RFC 4880 Section 7) using the pgp crate.
As of version 0.13, the pgp crate has built-in PGP cleartext framework
support. You should probably use the pgp crate directly instead of using
this crate. (This crate predated existence of this feature in the pgp crate.)