IntersectMBO / IntersectMBO/mithril
Keep track of signers involved in the SNARK proof with committed instance
Open
cryptography :closed_lock_with_key:
stale :calendar:
- Dominant language
- Rust
- Stars
- 154
- Forks
- 51
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 38
Description
## Why
We need to keep track of the signers involved in the creation of a SNARK for a multi-signature in the non-recursive Halo2 circuit prototype.
## What
Keep track of signers involved in the proof with a committed instance in the non-recursive Halo2 circuit prototype.
## How
- [x] Keep track of signers involved in the proof with a committed instance
- [ ] Assess the impact on the performances (number of constraints, proving time)
Contributor guide
Assessment
This issue has not been assessed yet.