Updating to version 08 (#271)

This commit is contained in:
Kevin Lewi
2022-04-17 16:23:31 -07:00
committed by GitHub
parent 384207acbb
commit 3fe6bbb80f
13 changed files with 609 additions and 543 deletions
+4 -2
View File
@@ -46,7 +46,9 @@ serde_ = { version = "1", package = "serde", default-features = false, features
"derive",
], optional = true }
subtle = { version = "2.3", default-features = false }
voprf = { version = "0.3", default-features = false, features = ["danger"] }
voprf = { version = "0.4.0-pre.2", default-features = false, features = [
"danger",
] }
zeroize = { version = "1.5", features = ["zeroize_derive"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
@@ -77,4 +79,4 @@ features = ["argon2", "std", "x25519-u64"]
targets = []
[patch.crates-io]
voprf = { git = "https://github.com/khonsulabs/voprf", branch = "v08" }
voprf = { git = "https://github.com/novifinancial/voprf", branch = "main" }