summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/s2k.rs
AgeCommit message (Expand)Author
2019-12-19openpgp: Prepare to encrypt passwords.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-07-15Make more variables immutable.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: New function crypto::random.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-05-20openpgp: Calibrate S2K's hash bytes count.Justus Winter
2019-05-20openpgp: Rename function, improve documentation.Justus Winter
2019-05-20openpgp: Return the right error, improve documentation.Justus Winter
2019-05-20openpgp: Optimize key derivation.Justus Winter
2019-05-20openpgp: Overwrite password in temporary buffer.Justus Winter
2019-05-20openpgp: Fix special case.Justus Winter
2019-05-20openpgp: Rename field 'iterations' to 'hash_bytes'.Justus Winter
2019-05-20openpgp: Document the choice of default hash algorithm.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2019-02-18openpgp: New traits SerializeInto and SerializeKeyInto.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-10-23openpgp: Move SessionKey into openpgp::crypto.Justus Winter
2018-10-23openpgp: Move the Password type to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move S2K to openpgp::crypto.Justus Winter