summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/container.rs
AgeCommit message (Expand)Author
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09openpgp: Fix link.Justus Winter
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-08openpgp: Improve documentation.Justus Winter
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-07-06openpgp: Implement Debug for packet bodies.Justus Winter
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-20openpgp: Drop Container::body_mut().Justus Winter
2020-03-10openpgp: Pick the fastest SHA2 sum based on the architecture.Justus Winter
2019-12-20openpgp: Fix comparing streamed containers.Justus Winter
2019-12-20openpgp: Use Container for Literal, Unknown.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: Trim set of container functions and reduce visibility.Justus Winter
2019-12-20openpgp: Add forwarding accessors for the packet's children.Justus Winter
2019-12-20openpgp: Move the container support to its own module.Justus Winter
2019-12-20openpgp: Embed struct Container in the container packets.Justus Winter