implement proof-based signatures using plonky2 proofs (#112)
* implement proof-based signatures using plonky2 proofs * proof-based sigs: polish & document
This commit is contained in:
parent
42c1f0b0f7
commit
ef3bf26533
4 changed files with 200 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
run: cargo test --release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue