summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/keygrip.rs
AgeCommit message (Expand)Author
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-19openpgp: Change KeyIter to return a struct instead of a tuple.Neal H. Walfield
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-08-26openpgp: Implement FromStr for some types.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: Use the hash abstraction for hashing.Justus Winter
2019-06-28openpgp: Make struct MPI opaque.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-02-18openpgp: Compute Keygrips.Justus Winter