summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/stream/writer/mod.rs
AgeCommit message (Expand)Author
2022-02-14openpgp: Refactor AEAD encryption and decryption.Justus Winter
2021-09-30Allow ::new to not return SelfLars Wirzenius
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-05-11openpgp: Use {to,from}_be_bytes.Nora Widdecke
2020-04-21openpgp: Add a filter applying ASCII Armor to the streaming stack.Justus Winter
2020-04-08openpgp: Specialize stream::Message, make Cookie private.Justus Winter
2020-04-03openpgp: Rename.Justus Winter
2020-04-03openpgp: Unify Message and writer::Stack, hide writers.Justus Winter
2020-04-02openpgp: Move the writer module to serialize::stream.Justus Winter