summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/stream
AgeCommit message (Expand)Author
2020-12-11openpgp: Standardize fn main() in doctests.Azul
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-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-10openpgp: Use Padme as default padding policy.Wiktor Kwapisiewicz
2020-11-10openpgp: Make stream::Padder use the builder pattern.Wiktor Kwapisiewicz
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-09-21openpgp: Improve comment.Nora Widdecke
2020-08-14openpgp: Fix the expected maximum overhead of the Padmé scheme.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-20openpgp: Don't finalize the PartialBodyFilter in Drop.Justus Winter
2020-04-08openpgp: Specialize stream::Message, make Cookie private.Justus Winter
2020-04-07openpgp: Improve documentation for the serialize module.Justus Winter
2020-04-03openpgp: Rename.Justus Winter
2020-04-03openpgp: Unify Message and writer::Stack, hide writers.Justus Winter
2020-04-03openpgp: Rename.Justus Winter
2020-04-02openpgp: Move the writer module to serialize::stream.Justus Winter
2020-04-02openpgp: Move the padding module to serialize::stream.Justus Winter