-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- simpify protocol - rebase on dev - add mock backend - fix failing tests - use dedicated field element for salt
- Loading branch information
1 parent
f9f4a08
commit 2587d3a
Showing
33 changed files
with
16,124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[package] | ||
name = "authdecode" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
[lib] | ||
name = "authdecode" | ||
|
||
[dependencies] | ||
thiserror = "1.0.56" | ||
num = "0.4.1" | ||
rand = "0.8.5" | ||
rand_chacha = "0.3.1" | ||
sha2 = { version = "0.10.8", features = ["compress"] } | ||
opaque-debug = "0.3.0" | ||
mpz-core = { git = "https://github.com/privacy-scaling-explorations/mpz", commit = "499b75d20397235f8399817a53c65fa2d399d3b8"} | ||
blake3 = "1.3.3" | ||
serde = "1" | ||
bincode = "1" | ||
|
||
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2", tag = "v0.3.0", default-features = false} | ||
halo2_poseidon = { git = "https://github.com/privacy-scaling-explorations/poseidon-gadget", rev="764a682"} | ||
|
||
group = "0.13" | ||
ff = "0.13" | ||
|
||
|
||
[dev-dependencies] | ||
hex = "0.4.3" | ||
num-bigint = { version = "0.4.4", features = ["rand"] } | ||
criterion = "0.5.1" | ||
rand_chacha = "0.3" | ||
rand = "0.8" | ||
rand_core = "0.6" | ||
rstest = "0.12" |
Binary file not shown.
Oops, something went wrong.
2587d3a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
absolute 🔥