summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/hash.rs
AgeCommit message (Expand)Author
2019-03-26openpgp: Add enum Key.Justus Winter
2019-03-26openpgp: Add enum Signature.Justus Winter
2019-03-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-21openpgp: Rename UserAttribute's accessors.Justus Winter
2019-02-22openpgp: Gracefully handle unsupported hash algorithms.Justus Winter
2019-02-22openpgp: Gracefully handle unsupported hash algorithms.Justus Winter
2019-02-13openpgp: Introduce crypto::Hash.Justus Winter
2019-02-13openpgp: Qualify nettle::Hash.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-13openpgp: Make fields of Signature private.Justus Winter
2018-12-13openpgp: Make fields of UserID private.Justus Winter
2018-12-13openpgp: Make fields of UserAttribute private.Justus Winter
2018-12-13openpgp: Make fields of Key private.Justus Winter
2018-11-16openpgp: centralize hash computationKai Michaelis
2018-10-23openpgp: Move crypto primitives to openpgp::crypto.Justus Winter