Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
krakhit committed Sep 5, 2024
1 parent d2dc155 commit 3293487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/elliptic.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
- [Estimating the bit security of pairing friendly curves](https://research.nccgroup.com/2022/03/02/estimating-the-bit-security-of-pairing-friendly-curves/)
- [optimizing pairing based cryptography, montgomery arithmetic in rust](https://research.nccgroup.com/2021/06/09/optimizing-pairing-based-cryptography-montgomery-arithmetic-in-rust/)
- [On proving pairings - Eagen and Novakovic](https://eprint.iacr.org/2024/640)
- [Implementing pairing in BN254 - lambdaclass](https://blog.lambdaclass.com/how-we-implemented-the-bn254-ate-pairing-in-lambdaworks/)

## Specific curves

Expand Down
1 change: 1 addition & 0 deletions src/handsonzk.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Our hands-on approach to learning ZK proofs provides interactive and practical t
## General

- [A beginners intro to coding Zero knowledge Proofs](https://dev.to/spalladino/a-beginners-intro-to-coding-zero-knowledge-proofs-c56)
- [Programming ZKP from zero to hero](https://zkintro.com/articles/programming-zkps-from-zero-to-hero)
- [Babysnark do do dodo dodo](https://github.com/initc3/babySNARK)
- [typescript zk](https://alysiatech.medium.com/how-to-code-a-zk-app-each-step-explained-so-you-can-create-privacy-preserving-apps-be7e92d7189d)
- [zero knowledge with Bellman](https://hongchao.me/zksnark/)
Expand Down
2 changes: 1 addition & 1 deletion src/protocolsOther.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
|Protocols|Paper|Implementation |Resources |Universal|Transparent|
|:---:|---|:---:|:---:|:---:|:---:|
|vRAM - 2018|[→📝](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8418645)| | |||
|Bulletproof - 2018|[→📝](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8418611)|</li><li>Dalek[[1]](https://github.com/dalek-cryptography/bulletproofs)</li><li>Lovesh[[2]](https://github.com/lovesh/bulletproofs-r1cs-gadgets)|</li><li>ZKP using Bullet proofs - Lovesh Harchandani[[1]](https://medium.com/coinmonks/zero-knowledge-proofs-using-bulletproofs-4a8e2579fc82)</li><li>Notes[[2]](https://github.com/AdamISZ/from0k2bp/blob/master/from0k2bp.pdf)|||
|Bulletproof - 2018|[→📝](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8418611)|</li><li>Dalek[[1]](https://github.com/dalek-cryptography/bulletproofs)</li><li>Lovesh[[2]](https://github.com/lovesh/bulletproofs-r1cs-gadgets)|</li><li>[ZKP using Bullet proofs](https://medium.com/coinmonks/zero-knowledge-proofs-using-bulletproofs-4a8e2579fc82)</li><li> [From ZK to Bulletproofs](https://github.com/AdamISZ/from0k2bp/blob/master/from0k2bp.pdf)</li><li> [Notes -0xrafal](https://rafal0x.substack.com/p/bulletproofs-a-crypto-gunfight-at)|||
|Virgo - 2020|[→📝](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9152704)|[sunblaze-ucb](https://github.com/sunblaze-ucb/Virgo)| |||
|Sigma Protocols|[→📝](https://cs.au.dk/~ivan/Sigma.pdf)|[sigmastate](https://github.com/ScorexFoundation/sigmastate-interpreter/tree/develop/interpreter/shared/src/main/scala/sigmastate/basics)|[Sigma Protocols for the Working Programmer](https://hackernoon.com/sigma-protocols-for-the-working-programmer)| | |

0 comments on commit 3293487

Please sign in to comment.