3.8.2 Add Ed25519 RFC 8032 test vectors

This commit is contained in:
Luke Parker
2023-03-02 09:06:03 -05:00
parent 35043d2889
commit 08f9287107
3 changed files with 75 additions and 14 deletions

View File

@@ -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"] }