summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/backend/nettle/asymmetric.rs
AgeCommit message (Expand)Author
2022-05-05openpgp: Fix ECDH parameter selection on generation and import.Justus Winter
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-09-30Allow short single-character argument and variable namesLars Wirzenius
2021-09-28openpgp: Use the new padding methods in the Nettle backend.Justus Winter
2021-09-08openpgp: Avoid magic constant.Justus Winter
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-06-07openpgp: Drop workaround now that we depend on nettle 7.0.2.Justus Winter
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2020-12-04openpgp: Make Key::verify more low-level.Justus Winter
2020-08-04openpgp: Improve documentation of mod asymmetric.Justus Winter
2020-07-31openpgp: Rename MPI::new_weierstrass to MPI::new_point.Justus Winter
2020-07-31openpgp: Add and use MPI::new_compressed_point.Justus Winter
2020-07-28openpgp: Explicitly handle plaintexts being too large.Justus Winter
2020-06-22openpgp: Silence redundant imports for newer Rust toolchainsIgor Matuszewski
2020-06-22openpgp: Move private key importing implementation to the Nettle backendIgor Matuszewski
2020-06-22openpgp: Move Nettle asymmetric impls to the backend moduleIgor Matuszewski