summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/s2k.rs
AgeCommit message (Expand)Author
2023-02-16openpgp: Fix salt generation in impl Arbitrary for S2K.Justus Winter
2022-01-06openpgp: Improve S2K::is_supported.Justus Winter
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-11-29openpgp: Fix byte grouping.Nora Widdecke
2021-11-29Use range syntax.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-20lint: Remove unnecessary trailing semicolons.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-09-25openpgp: Fix deprecation notices.Nora Widdecke
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-20openpgp: Add optional parameters to unknown S2K variants.Justus Winter
2020-08-20openpgp: Drop implementation of Copy for S2K.Justus Winter
2020-08-20openpgp: New function S2K::is_supported.Justus Winter
2020-08-13openpgp: Adjust for SymmetricAlgorithm support diff. across backendsIgor Matuszewski
2020-08-11openpgp: Reorder S2K's variants from most to least preferable.Justus Winter
2020-08-11openpgp: Improve S2K's documentation.Justus Winter
2020-08-11openpgp: Make S2K helper methods private.Justus Winter
2020-08-11openpgp: Add a constructor S2K::new_iterated.Justus Winter
2020-08-11openpgp: Fix S2K::nearest_hash_count.Justus Winter
2020-08-11openpgp: Improve test.Justus Winter
2020-08-11openpgp: Mark S2K as non-exhaustive to allow future extensions.Justus Winter
2020-08-11openpgp: Mark S2K::Simple and S2K::Salted as deprecated.Justus Winter
2020-07-21openpgp: Remove PacketParserResult::is_none.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2019-12-19openpgp: Prepare to encrypt passwords.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-07-15Make more variables immutable.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: New function crypto::random.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-05-20openpgp: Calibrate S2K's hash bytes count.Justus Winter
2019-05-20openpgp: Rename function, improve documentation.Justus Winter
2019-05-20openpgp: Return the right error, improve documentation.Justus Winter
2019-05-20openpgp: Optimize key derivation.Justus Winter
2019-05-20openpgp: Overwrite password in temporary buffer.Justus Winter
2019-05-20openpgp: Fix special case.Justus Winter
2019-05-20openpgp: Rename field 'iterations' to 'hash_bytes'.Justus Winter