mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +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 = "dleq"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
description = "Implementation of single and cross-curve Discrete Log Equality proofs"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/dleq"
|
||||
@@ -26,7 +26,7 @@ transcript = { package = "flexible-transcript", path = "../transcript", version
|
||||
ff = { version = "0.13", default-features = false }
|
||||
group = { version = "0.13", default-features = false }
|
||||
|
||||
multiexp = { path = "../multiexp", version = "0.3", default-features = false, features = ["batch"], optional = true }
|
||||
multiexp = { path = "../multiexp", version = "0.4", default-features = false, features = ["batch"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user