Skip to content

Commit

Permalink
updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
krakhit committed May 1, 2024
1 parent 936bca9 commit a2ac59c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/applicationszk.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ A compilation of materials that showcase various applications of zk technology.
- [Scaling Intelligence - Verifiable decision forest inference with remainder](https://github.com/Modulus-Labs/Papers/blob/master/remainder-paper.pdf)
- [Verifiable evaluations of ML models using ZKSnarks](https://arxiv.org/abs/2402.02675)
- [An overview of Decentralized inference](https://medium.com/dragonfly-research/dont-trust-verify-an-overview-of-decentralized-inference-c471a9f7a586)
- [Analysis of leading ZKML frameworks on neural networks](https://hackmd.io/@Guy1m0/B1G8YyE3a)

## ZK Gaming

Expand Down
1 change: 1 addition & 0 deletions src/elliptic.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- [optimizing emulated pairings](https://hackmd.io/@ivokub/SyJRV7ye2)
- [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)

## Specific curves

Expand Down
7 changes: 7 additions & 0 deletions src/provingzk.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
- [Circle STARKS](https://eprint.iacr.org/2024/278)
- [STIR: Reed–Solomon Proximity Testing with Fewer Queries](https://eprint.kobi.one/2024/390)

## Permutation arguments

- [PLonk's permutation - a definitive explanation](https://www.cryptologie.net/article/610/plonks-permutation/)

## Lookup arguments

- [A brief history of lookup arguments](https://github.com/ingonyama-zk/papers/blob/main/lookups.pdf)
Expand All @@ -54,6 +58,7 @@
- [blog](https://research.protocol.ai/blog/2021/snarkpack-how-to-aggregate-snarks-efficiently/)
- [talk](https://www.esat.kuleuven.be/cosic/blog/rwc-2022-snarkpack-practical-snark-aggregation/)
- [talk](https://docs.zkproof.org/pages/standards/slides-w4/SNARKpack.pdf)
-[Proof aggregation techniques - lambdaclass](https://blog.lambdaclass.com/proof-aggregation-techniques/)

## Folding and accumulation schemes

Expand All @@ -66,3 +71,5 @@
## General

- [Succinct Proofs and Linear Algebra](https://angeris.github.io/papers/zk-linalg.pdf)
- [SOK: Range proofs](https://eprint.iacr.org/2024/430)

3 changes: 2 additions & 1 deletion src/vulnerabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Potential vulnerabilities and security in ZK systems
- [Threshold signature pitfalls](https://www.jcraige.com/dangers-of-determinism-in-threshold-signatures)
- [VSS forgery](https://www.jcraige.com/vss-forgery)
- [Boomerang values in ZK](https://www.zksecurity.xyz/blog/posts/boomerang/)
- [GPUz.zip Sidechannel attacks on GPUs](https://www.hertzbleed.com/gpu.zip/)
- [GPUz.zip Sidechannel attacks on GPUs](https://www.hertzbleed.com/gpu.zip/)
- [Last challenge attack](https://eprint.iacr.org/2024/398)

0 comments on commit a2ac59c

Please sign in to comment.