mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
3.8.2 Add Ed25519 RFC 8032 test vectors
This commit is contained in:
@@ -25,6 +25,7 @@ ciphersuite = { path = "../ciphersuite", version = "0.1" }
|
||||
multiexp = { path = "../multiexp", version = "0.2", features = ["batch"] }
|
||||
|
||||
[dev-dependencies]
|
||||
blake2 = "0.10"
|
||||
hex = "0.4"
|
||||
sha2 = "0.10"
|
||||
dalek-ff-group = { path = "../dalek-ff-group", version = "^0.1.2" }
|
||||
ciphersuite = { path = "../ciphersuite", version = "0.1", features = ["ristretto"] }
|
||||
ciphersuite = { path = "../ciphersuite", version = "0.1", features = ["ed25519"] }
|
||||
|
||||
Reference in New Issue
Block a user