mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
ed,x: updated repo links
This commit is contained in:
parent
1ec4a36a80
commit
8ed1666b97
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ authors = [
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
|
repository = "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/ed25519-dalek"
|
||||||
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
|
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
|
||||||
documentation = "https://docs.rs/ed25519-dalek"
|
documentation = "https://docs.rs/ed25519-dalek"
|
||||||
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
|
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ authors = [
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
|
repository = "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/x25519-dalek"
|
||||||
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
|
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
|
||||||
documentation = "https://docs.rs/x25519-dalek"
|
documentation = "https://docs.rs/x25519-dalek"
|
||||||
categories = ["cryptography", "no-std"]
|
categories = ["cryptography", "no-std"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue