From 2bf90122916479a167bf1647841e7c8c169133a9 Mon Sep 17 00:00:00 2001 From: ShaniBabayoff Date: Wed, 1 Jan 2025 11:41:05 +0200 Subject: [PATCH] Update hash.md --- docs/docs/icicle/primitives/hash.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/icicle/primitives/hash.md b/docs/docs/icicle/primitives/hash.md index 27dcb9f1d..1376caa6a 100644 --- a/docs/docs/icicle/primitives/hash.md +++ b/docs/docs/icicle/primitives/hash.md @@ -74,6 +74,8 @@ In the current version the padding is not supported and should be performed by t #### Supported Bindings [`Rust`](https://github.com/ingonyama-zk/icicle/tree/main/wrappers/rust/icicle-core/src/poseidon2) +[`Go`](https://github.com/ingonyama-zk/icicle/blob/main/wrappers/golang/curves/bn254/poseidon2/poseidon2.go) + #### Rust API