summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mpis.rs
AgeCommit message (Expand)Author
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-21openpgp: Remove bare implementations of serialized_len on MPIs.Justus Winter
2020-02-21openpgp: Mark enum Signature as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum Ciphertext as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum SecretKeyMaterial as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum PublicKey as non-exhaustive.Justus Winter
2020-02-20openpgp: Typo.Justus Winter
2020-01-21openpgp: Change KeyIter to return KeyAmalgamations.Neal H. Walfield
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2020-01-03openpgp: Explicitly implement Eq and Hash if PartialEq is.Justus Winter
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-19openpgp: Change KeyIter to return a struct instead of a tuple.Neal H. Walfield
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-08-23openpgp: Rename SecretKey to SecretKeyMaterial.Neal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
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