mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Update to 1.0.0-pre1 curve25519
This commit is contained in:
parent
42b5d6ada9
commit
1132665ac2
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@ exclude = [ ".gitignore", "TESTVECTORS", "res/*" ]
|
||||||
travis-ci = { repository = "dalek-cryptography/ed25519-dalek", branch = "master"}
|
travis-ci = { repository = "dalek-cryptography/ed25519-dalek", branch = "master"}
|
||||||
|
|
||||||
[dependencies.curve25519-dalek]
|
[dependencies.curve25519-dalek]
|
||||||
git = "https://github.com/IronCoreLabs/curve25519-dalek.git"
|
version = "1.0.0-pre.1"
|
||||||
branch = "rand-0.6"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.rand]
|
[dependencies.rand]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue