Skip to content

Commit

Permalink
Merging the develop branch into the main branch, v1.2.0
Browse files Browse the repository at this point in the history
This merge contains the following set of changes:
- API for revealing data required for compliance report (#9)
  • Loading branch information
akolotov authored May 11, 2023
2 parents 1e0de98 + d2e3a3e commit 7b7fbd2
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 37 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libzeropool-zkbob"
version = "1.1.0"
version = "1.2.0"
authors = ["Igor Gulamov <igor.gulamov@gmail.com>"]
homepage = "https://github.com/zkbob/libzeropool"
repository = "https://github.com/zkbob/libzeropool"
Expand Down Expand Up @@ -48,6 +48,9 @@ in15out127=[]
cli_libzeropool_setup = ["clap", "fawkes-crypto/rand_support", "fawkes-crypto/backend_bellman_groth16"]
default=["cli_libzeropool_setup", "in3out127"]

[dev-dependencies]
test-case = "2.2.2"

[dev-dependencies.fawkes-crypto]
git = "https://github.com/zkBob/fawkes-crypto"
branch = "master"
Expand Down
Loading

0 comments on commit 7b7fbd2

Please sign in to comment.