add poseidon papers

poseidon: a new hash function for zkp systems, by grassi et al. (2019)
poseidon2: a faster version of the poseidon, by grassi et al. (2023)
survey of attacks on poseidon and poseidon2, by grassi et al. (2024)
This commit is contained in:
autistic-symposium-helper 2025-02-27 11:03:10 -07:00 committed by GitHub
parent 4536e2f6a9
commit 9536deea0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,3 +52,11 @@
* **[an introduction to cryptography, new and old, by atheartengineer et al. (2024)](https://www.youtube.com/watch?v=E6u3uQGP9J4)** * **[an introduction to cryptography, new and old, by atheartengineer et al. (2024)](https://www.youtube.com/watch?v=E6u3uQGP9J4)**
* **[programmable cryptography devcon panel, by barry and gang (2024)](https://www.youtube.com/watch?v=S6ixhGBnvKc)** * **[programmable cryptography devcon panel, by barry and gang (2024)](https://www.youtube.com/watch?v=S6ixhGBnvKc)**
<br>
#### poseidon
* **[poseidon: a new hash function for zkp systems, by grassi et al. (2019)](https://eprint.iacr.org/2019/458.pdf)**
* **[poseidon2: a faster version of the poseidon, by grassi et al. (2023)](https://eprint.iacr.org/2023/323.pdf)**
* **[survey of attacks on poseidon and poseidon2, by grassi et al. (2024)](https://drive.google.com/file/d/1bqmIk5I8s-4S9TQJO0xk26fnSSU0q_Hx/view)**