Adding documentation on RegistrationUpload and removing patch voprf in Cargo.toml (#273)

This commit is contained in:
Kevin Lewi
2022-04-22 01:51:16 -07:00
committed by GitHub
parent f83773dec9
commit 6e90913132
4 changed files with 9 additions and 5 deletions
+1 -4
View File
@@ -9,7 +9,7 @@ name = "opaque-ke"
readme = "README.md"
repository = "https://github.com/novifinancial/opaque-ke"
rust-version = "1.57"
version = "2.0.0-pre.1"
version = "2.0.0-pre.2"
[features]
default = ["ristretto255-u64", "ristretto255-voprf", "serde"]
@@ -77,6 +77,3 @@ name = "opaque"
[package.metadata.docs.rs]
features = ["argon2", "std", "x25519-u64"]
targets = []
[patch.crates-io]
voprf = { git = "https://github.com/novifinancial/voprf", branch = "main" }