summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/hashed_reader.rs
AgeCommit message (Expand)Author
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-01-29buffered-reader: Use the new as_boxed method.Justus Winter
2020-01-03openpgp: Simplify SignatureGroup::hashes.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-07openpgp: Use a Vec instead of a HashMap.Neal H. Walfield
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2018-11-16buffered-reader: Require that BufferedReaders implement Display.Neal H. Walfield
2018-10-09openpgp: Make tracing less invasive.Neal H. Walfield
2018-10-02buffered-reader,openpgp: Simplify BufferedReaders' debugging outputNeal H. Walfield
2018-09-24openpgp: Fix deferred hashing of one-pass-signature framing.Justus Winter
2018-08-22openpgp: Implement proper handling of nested signatures.Justus Winter
2018-08-22openpgp: Use an enum for controlling hashing.Justus Winter
2018-08-22openpgp: Introduce signature groups.Justus Winter
2018-08-20openpgp: Store a hashmap of hashes for the HashedReader.Justus Winter
2018-08-13openpgp: Move hex conversion functions, add tests.Justus Winter
2018-06-06openpgp: Avoid making BufferedReader part of our public APINeal H. Walfield
2018-05-17openpgp: Rename HashAlgo to HashAlgorithm.Neal H. Walfield
2018-05-02openpgp: Rename 'BufferedReaderState' to 'Cookie'.Justus Winter
2018-05-01openpgp: Add a function to hash arbitrary files.Neal H. Walfield
2018-04-23openpgp: Enums for various alogrithmsKai Michaelis
2018-04-14openpgp: Add support for OnePassSig packets.Neal H. Walfield
2018-04-14openpgp: Improve some code comments.Neal H. Walfield
2018-04-14openpgp: Improve debugging output.Neal H. Walfield
2018-02-28openpgp: Add support for SEIP and MDC packets.Neal H. Walfield