Skip to content

Commit

Permalink
Updated Cargo.toml repo and homepage links to the Github monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Aug 28, 2023
1 parent c058cd9 commit 594b1f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ed25519-dalek/Cargo.toml
Expand Up @@ -9,7 +9,8 @@ authors = [
]
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/ed25519-dalek"
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
documentation = "https://docs.rs/ed25519-dalek"
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
categories = ["cryptography", "no-std"]
Expand Down
4 changes: 2 additions & 2 deletions x25519-dalek/Cargo.toml
Expand Up @@ -14,8 +14,8 @@ authors = [
]
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/x25519-dalek"
homepage = "https://dalek.rs/"
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
documentation = "https://docs.rs/x25519-dalek"
categories = ["cryptography", "no-std"]
keywords = ["cryptography", "curve25519", "key-exchange", "x25519", "diffie-hellman"]
Expand Down

0 comments on commit 594b1f9

Please sign in to comment.