From a6c63c0fe4dbad7c9f6a6e0a5e466998d3400399 Mon Sep 17 00:00:00 2001 From: pinkforest <36498018+pinkforest@users.noreply.github.com> Date: Sun, 14 Aug 2022 20:19:28 +1000 Subject: [PATCH] Remove ed25519-dalek recommendation Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com> --- Awesome_Rust_Cryptography.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Awesome_Rust_Cryptography.md b/Awesome_Rust_Cryptography.md index fdee8d3..8e44245 100644 --- a/Awesome_Rust_Cryptography.md +++ b/Awesome_Rust_Cryptography.md @@ -395,11 +395,6 @@ algorithms. Cross-library compatibility crate for Edwards Digital Signature Algorithm (EdDSA) over Curve25519 as specified in RFC 8032. -- [ed25519-dalek](https://github.com/dalek-cryptography/ed25519-dalek) - [![][audited-badge]](https://blog.quarkslab.com/security-audit-of-dalek-libraries.html) - Fast and efficient ed25519 key generation, signing, and verification in - Rust. - - [ed25519-zebra](https://github.com/ZcashFoundation/ed25519-zebra) Zcash-flavored Ed25519 signatures for consensus-critical applications.