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:
arnaucube 2025-03-07 15:27:14 +01:00 committed by GitHub
parent 42c1f0b0f7
commit ef3bf26533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 200 additions and 1 deletions

View file

@ -19,4 +19,4 @@ jobs:
with:
toolchain: stable
- name: Run tests
run: cargo test
run: cargo test --release