summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mod.rs
AgeCommit message (Expand)Author
2019-06-27openpgp: Refactor memory protection.Justus Winter
2019-06-24openpgp: Add a function to convert SessionKeys back to Vec<u8>.Justus Winter
2019-06-06openpgp: New type representing s-expressions.Justus Winter
2019-05-30openpgp: New trait crypto::Decryptor.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2019-03-25openpgp: New constructors for SessionKey and Password.Justus Winter
2019-03-25openpgp: Implement AsRef<[u8]> for SessionKey and Password.Justus Winter
2019-03-14openpgp: Don't read beyond the end of the bufferNeal H. Walfield
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-18openpgp: Compute Keygrips.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-13openpgp: Introduce crypto::Hash.Justus Winter
2019-02-13openpgp: Qualify nettle::Hash.Justus Winter
2019-02-06openpgp: Improve secret key handling.Justus Winter
2019-01-02openpgp: Move KeyPair to crypto.Justus Winter
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