From a501a2d8a94d16273dd7bc1b97b9b2f11d95e200 Mon Sep 17 00:00:00 2001 From: ImmanuelSegol <3ditds@gmail.com> Date: Sun, 11 Feb 2024 08:13:23 -0400 Subject: [PATCH] Update docs/icicle/primitives/poseidon.md Co-authored-by: Jeremy Felder --- docs/icicle/primitives/poseidon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/icicle/primitives/poseidon.md b/docs/icicle/primitives/poseidon.md index b35f527..0b73d57 100644 --- a/docs/icicle/primitives/poseidon.md +++ b/docs/icicle/primitives/poseidon.md @@ -6,7 +6,7 @@ Poseidon hash function has also been specifically designed to be efficient when Poseidon hash has been used in many popular ZK protocols such as Filecoin and [Plonk](https://drive.google.com/file/d/1bZZvKMQHaZGA4L9eZhupQLyGINkkFG_b/view?usp=drive_open). -Our implementation of [Poseidon hash](https://eprint.iacr.org/2019/458.pdf) is implemented in accordance with the optimized [Filecoin version](https://spec.filecoin.io/algorithms/crypto/poseidon/). +Our implementation of [Poseidon hash](https://eprint.iacr.org/2019/458.pdf) is implemented in accordance with the optimized [Filecoin version](https://spec.filecoin.io/algorithms/crypto/poseidon/). Let understand how Poseidon hash works.