Add further FROST documentation

This commit is contained in:
Luke Parker
2022-09-29 06:02:43 -04:00
parent 8d9315b797
commit 7870084b9e
7 changed files with 69 additions and 23 deletions

View File

@@ -43,7 +43,7 @@ dleq = { path = "../dleq", version = "0.1", features = ["serialize"] }
[dev-dependencies]
sha2 = "0.10"
dalek-ff-group = { path = "../dalek-ff-group" }
dalek-ff-group = { path = "../dalek-ff-group", version = "^0.1.2" }
[features]
dalek = ["sha2", "dalek-ff-group"]