mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Update crypto/ package versions
On a branch while bitcoin-serai wraps up its audit.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "modular-frost"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
description = "Modular implementation of FROST over ff/group"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/frost"
|
||||
@@ -27,23 +27,23 @@ hex = { version = "0.4", optional = true }
|
||||
digest = "0.10"
|
||||
transcript = { package = "flexible-transcript", path = "../transcript", version = "0.3", features = ["recommended"] }
|
||||
|
||||
dalek-ff-group = { path = "../dalek-ff-group", version = "0.3", optional = true }
|
||||
minimal-ed448 = { path = "../ed448", version = "0.3", optional = true }
|
||||
dalek-ff-group = { path = "../dalek-ff-group", version = "0.4", optional = true }
|
||||
minimal-ed448 = { path = "../ed448", version = "0.4", optional = true }
|
||||
|
||||
ciphersuite = { path = "../ciphersuite", version = "0.3", features = ["std"] }
|
||||
ciphersuite = { path = "../ciphersuite", version = "0.4", features = ["std"] }
|
||||
|
||||
multiexp = { path = "../multiexp", version = "0.3", features = ["batch"] }
|
||||
multiexp = { path = "../multiexp", version = "0.4", features = ["batch"] }
|
||||
|
||||
schnorr = { package = "schnorr-signatures", path = "../schnorr", version = "0.4" }
|
||||
dleq = { path = "../dleq", version = "0.3", features = ["serialize"] }
|
||||
schnorr = { package = "schnorr-signatures", path = "../schnorr", version = "0.5" }
|
||||
dleq = { path = "../dleq", version = "0.4", features = ["serialize"] }
|
||||
|
||||
dkg = { path = "../dkg", version = "0.4" }
|
||||
dkg = { path = "../dkg", version = "0.5" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.4"
|
||||
serde_json = "1"
|
||||
|
||||
dkg = { path = "../dkg", version = "0.4", features = ["tests"] }
|
||||
dkg = { path = "../dkg", features = ["tests"] }
|
||||
|
||||
[features]
|
||||
ed25519 = ["dalek-ff-group", "ciphersuite/ed25519"]
|
||||
|
||||
Reference in New Issue
Block a user