-
# Groth16 [KOR] - A Suspicious Message
Introduction
[https://p51lee.github.io/zero-knowledge-proofs/groth16/](https://p51lee.github.io/zero-knowledge-proofs/groth16/)
-
https://github.com/Plonky3/Plonky3/blob/9b891fa9ced28b9bb28bfe072f6c8f0042cf9f2c/challenger/src/grinding_challenger.rs#L35
Not considered a bug, but can lead to unexpected behavior: typically when …
-
### Project description
Technologies based on zero-knowledge proofs have the potential to allow government digital services to offer privacy safeguards that are unmatched by the private sector, while…
-
* https://github.com/matter-labs/awesome-zero-knowledge-proofs
-
It should be possible in some situations to use Zero Knowledge Proofs to anonymize the credential subject while still proving some facts about them (e.g. you don’t know their name but you know that th…
-
**What new topic/thread/tutorial are you proposing? Please describe.**
This is a thread, where we can see how Zero-Knowledge proof can be used with different projects, in different contexts.
Each …
-
-
I didn't want to bring in the `rand` crate and deal with that mess, so the proofs right now are not zero-knowledge as mentioned in this comment: https://github.com/ebfull/sonic/blob/master/src/synthes…
-
### Navigators Season 2: Growth Grants Proposal
#### Proposal Title
**zkApp-based GitLab Job Runner with Performance Sampling and Zero-Knowledge Proofs**
#### Project Background
The proposed project…
-
1. **Design a generic gate**: Create a generic gate that can be used to build complex digital circuits.
2. **Implement arithmetic circuits**: Implement arithmetic circuits using the generic gate, whic…