Skip to content

Commit

Permalink
updated the dalek-cryptography repos (#84)
Browse files Browse the repository at this point in the history
The repos ed25519-dalek and x25519-dalek from dalek-cryptography have been moved to the common curve25519-dalek repo

Co-authored-by: Tony Arcieri <[email protected]>
  • Loading branch information
raphaelahrens and tarcieri authored Sep 10, 2023
1 parent 663591a commit c0f23b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Awesome_Rust_Cryptography.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ algorithms.
[![][verified-badge]](https://github.com/jedisct1/rust-ed25519-compact/issues/13)
A compact Ed25519 implementation for Rust, no_std / WebAssembly friendly

- [ed25519-dalek](https://github.com/dalek-cryptography/ed25519-dalek)
- [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek/tree/main/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.
Expand Down Expand Up @@ -448,7 +448,7 @@ algorithms.
- [PAKEs](https://github.com/RustCrypto/PAKEs) Collection of
Password-Authenticated Key Agreement protocols.

- [x25519-dalek](https://github.com/dalek-cryptography/x25519-dalek)
- [x25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek/tree/main/x25519-dalek)
[![][audited-badge]](https://blog.quarkslab.com/security-audit-of-dalek-libraries.html)
Pure-Rust implementation of x25519 elliptic curve Diffie-Hellman key
exchange, with curve operations provided by
Expand Down

0 comments on commit c0f23b7

Please sign in to comment.