summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mod.rs
AgeCommit message (Expand)Author
2019-01-02openpgp: Move Signer trait to crypto.Justus Winter
2018-12-27openpgp: Time-constant eq for Passwords, SessionKeys.Justus Winter
2018-12-14openpgp: extend secure_eq to secure_cmp.Kai Michaelis
2018-11-16openpgp: it's cfg!(debug_assertions) not debugKai Michaelis
2018-11-13openpgp: don't print SessionKey and PasswordKai Michaelis
2018-10-23openpgp: Move sequre_eq to openpgp::crypto.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 the hash_file(..) function to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move openpgp::mpis to openpgp::crypto::mpis.Justus Winter
2018-10-23openpgp: Move S2K to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move crypto primitives to openpgp::crypto.Justus Winter