summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/aed.rs
AgeCommit message (Expand)Author
2020-05-28openpgp: Use u64 for AEAD chunk sizes.Justus Winter
2020-05-20openpgp: Improve documentation for packet::aed.Neal H. Walfield
2020-03-27openpgp: Improve documentation.Justus Winter
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-26openpgp: Drop trivial tests.Justus Winter
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2020-01-07openpgp: Do not Deref to Common for the container types.Justus Winter
2019-12-20openpgp: Fix comparing streamed containers.Justus Winter
2019-12-20openpgp: Keep track whether a container has been streamed.Justus Winter
2019-12-20openpgp: Make Container::body just a Vec.Justus Winter
2019-12-20openpgp: Embed struct Container in the container packets.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-03-28openpgp: Rename methods related to symmetric algorithms.Justus Winter
2019-03-26openpgp: Add enum AED.Justus Winter
2019-02-06openpgp: Return previous value in setters.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-10-11openpgp: Add support for the AEAD encrypted data packet.Justus Winter