mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update website and repo links.
This commit is contained in:
parent
04c8574106
commit
6724268ea1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
|||
[package]
|
||||
name = "ed25519-dalek"
|
||||
version = "0.6.0"
|
||||
authors = ["Isis Lovecruft <isis@torproject.org>"]
|
||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>"]
|
||||
readme = "README.md"
|
||||
license = "BSD-3-Clause"
|
||||
repository = "https://github.com/isislovecruft/ed25519-dalek"
|
||||
homepage = "https://code.ciph.re/isis/ed25519-dalek"
|
||||
repository = "https://github.com/dalek-cryptography/ed25519-dalek"
|
||||
homepage = "https://dalek.rs"
|
||||
documentation = "https://docs.rs/ed25519-dalek"
|
||||
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
|
||||
categories = ["cryptography", "no-std"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue