summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mpis.rs
AgeCommit message (Expand)Author
2019-07-02openpgp: Remove superfluous function.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-07-02openpgp: Make the crypto::hash module public, remove re-export.Justus Winter
2019-06-28openpgp: New functions returning the algo for keys.Justus Winter
2019-06-28openpgp: Rework protection of mpis::SecretKey.Justus Winter
2019-06-28openpgp: Do not store the length of MPIs.Justus Winter
2019-06-28openpgp: Fix errors returned from MPI::decode_point().Justus Winter
2019-06-28openpgp: Move MPI::decode_point() to crypto::mpis.Justus Winter
2019-06-28openpgp: Make struct MPI opaque.Justus Winter
2019-06-27openpgp: Refactor memory protection.Justus Winter
2019-06-25openpgp: Decryption support for S-Expressions.Justus Winter
2019-06-01openpgp: Expose functions to parse MPIs.Justus Winter
2019-05-21openpgp: Remove stub function.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2019-04-24openpgp: Make {PublicKey,Curve}::bits() return Option<usize>.Justus Winter
2019-04-24openpgp: Make {PublicKey,Curve}::bits() return key lengths.Justus Winter
2019-03-13openpgp: Fix typo, rename parsed field names.Justus Winter
2019-02-18openpgp: Implement From<Vec<u8>> for MPI.Justus Winter
2019-02-15openpgp: implement ECDH for NIST P-{256,384,521}Kai Michaelis
2019-02-13openpgp: add MPI::new_weierstrass().Kai Michaelis
2019-02-13openpgp: Introduce crypto::Hash.Justus Winter
2019-02-13openpgp: Qualify nettle::Hash.Justus Winter
2019-01-09openpgp: implement PublicKey::bits() and Curve::bits()Kai Michaelis
2018-12-14openpgp: make SecureKey (Partial)Eq and (Partial)Ord time-constant.Kai Michaelis
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-14openpgp: Add method to query the public-key algorithm.Justus Winter
2018-11-16openpgp: it's cfg!(debug_assertions) not debugKai Michaelis
2018-11-13openpgp: time-constant MPI comparison opsKai Michaelis
2018-10-23openpgp: Move openpgp::mpis to openpgp::crypto::mpis.Justus Winter