Skip to content

Commit 6be117d

Browse files
authored
zk friendly hash functions
1 parent c494354 commit 6be117d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [FRI-STARKs](#fri-starks)
2121
- [SuperSonic](#supersonic)
2222
- [Fractal](#fractal)
23+
- [ZK-friendly Hash Functions](#zk-friendly-hash-functions)
2324
- [Social media](#social-media)
2425

2526
## General introduction
@@ -252,13 +253,17 @@ More resources available at [starkware.co](https://www.starkware.co)
252253

253254
- [Fractal: Post-Quantum and Transparent Recursive Proofs from Holography](https://eprint.iacr.org/2019/1076)
254255

256+
## ZK-friendly Hash Functions
257+
258+
- [MiMC: Efficient encryption and cryptographic hashing with minimal multiplicative complexity](https://eprint.iacr.org/2016/492.pdf)
259+
- [STARK Friendly Hash--Survey and Recommendation](https://eprint.iacr.org/2020/948.pdf)
260+
- [Poseidon: A New Hash Function for Zero-Knowledge Proof Systems](https://eprint.iacr.org/2019/458.pdf)
261+
- [Rescue-Prime: a standard specification (SoK)](https://eprint.iacr.org/2020/1143.pdf)
262+
255263
## Social media
256264

257265
Stay tuned!
258266

259267
- [Awesome zero knowledge twitter list](https://twitter.com/gluk64/lists/awesome-zkp)
260268
- [Zero-knowledge podcast](https://www.zeroknowledge.fm)
261269
- [ZKProof, an academic and industry initiative for standardizing Zero Knowledge Proofs](https://zkproof.org/)
262-
263-
## Newsletter
264-
- [zkMesh](https://zkmesh.substack.com/)

0 commit comments

Comments
 (0)