pgp-cleartext

Crates.iopgp-cleartext
lib.rspgp-cleartext
version0.11.0
sourcesrc
created_at2022-01-03 23:22:36.100448
updated_at2024-11-02 18:51:41.11029
descriptionPGP cleartext framework implementation
homepagehttps://github.com/indygreg/cryptography-rs
repositoryhttps://github.com/indygreg/cryptography-rs.git
max_upload_size
id507417
size45,883
Gregory Szorc (indygreg)

documentation

README

pgp-cleartext

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.)

Commit count: 6631

cargo fmt