From 9536deea0edca47b9374f04fee8cfe5c5c040e90 Mon Sep 17 00:00:00 2001 From: autistic-symposium-helper <138340846+autistic-symposium-helper@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:03:10 -0700 Subject: [PATCH] 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) --- cryptographic_primitives/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cryptographic_primitives/README.md b/cryptographic_primitives/README.md index a2a079c..f8fd003 100644 --- a/cryptographic_primitives/README.md +++ b/cryptographic_primitives/README.md @@ -52,3 +52,11 @@ * **[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)** + +
+ +#### 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)**