Update crypto/ package versions

On a branch while bitcoin-serai wraps up its audit.
This commit is contained in:
Luke Parker
2023-08-08 18:18:59 -04:00
parent ad51c123e3
commit fa406c507f
18 changed files with 68 additions and 68 deletions

View File

@@ -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"