Prepare FROST for publishing

This commit is contained in:
Luke Parker 2022-06-19 06:38:06 -04:00
parent 382ff75455
commit b49f8cbe4f
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -21,11 +21,11 @@ group = "0.12"
elliptic-curve = { version = "0.12", features = ["hash2curve"], optional = true }
p256 = { version = "0.11", features = ["arithmetic", "hash2curve"], optional = true }
k256 = { version = "0.11", features = ["arithmetic", "hash2curve"], optional = true }
dalek-ff-group = { path = "../dalek-ff-group", optional = true }
dalek-ff-group = { path = "../dalek-ff-group", version = "0.1", optional = true }
transcript = { package = "transcript-trait", path = "../transcript" }
transcript = { package = "transcript-trait", path = "../transcript", version = "0.1" }
multiexp = { path = "../multiexp", features = ["batch"] }
multiexp = { path = "../multiexp", version = "0.1", features = ["batch"] }
[dev-dependencies]
rand = "0.8"