summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/asymmetric.rs
AgeCommit message (Expand)Author
2019-06-28openpgp: Make struct MPI opaque.Justus Winter
2019-06-27openpgp: Rework secret key handling.Justus Winter
2019-06-26openpgp: Improve documentation.Justus Winter
2019-06-24openpgp: Use SessionKey to protect secrets during ECDH.Justus Winter
2019-06-24openpgp: Rename functions to 'encrypt' and 'decrypt'.Justus Winter
2019-06-24openpgp: Fix error.Justus Winter
2019-06-01openpgp: Implement Clone for KeyPair.Justus Winter
2019-06-01openpgp: Implement From<KeyPair> for packet::Key.Justus Winter
2019-06-01openpgp: Fix documentation.Justus Winter
2019-05-30openpgp: New trait crypto::Decryptor.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-01-02openpgp: Improve documentation.Justus Winter
2019-01-02openpgp: Move KeyPair to crypto.Justus Winter
2019-01-02openpgp: Improve documentation.Justus Winter
2019-01-02openpgp: Move Signer trait to crypto.Justus Winter