mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-18 16:55:16 +00:00
Prepare FROST for publishing
This commit is contained in:
parent
382ff75455
commit
b49f8cbe4f
1 changed files with 3 additions and 3 deletions
|
@ -21,11 +21,11 @@ group = "0.12"
|
||||||
elliptic-curve = { version = "0.12", features = ["hash2curve"], optional = true }
|
elliptic-curve = { version = "0.12", features = ["hash2curve"], optional = true }
|
||||||
p256 = { version = "0.11", features = ["arithmetic", "hash2curve"], optional = true }
|
p256 = { version = "0.11", features = ["arithmetic", "hash2curve"], optional = true }
|
||||||
k256 = { 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]
|
[dev-dependencies]
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
|
Loading…
Reference in a new issue