ingonyama-zk / icicle

a GPU Library for Zero-Knowledge Acceleration
MIT License
303 stars 88 forks source link

Feat/roman/poseidon2 #507

Closed ChickenLover closed 2 months ago

ChickenLover commented 2 months ago

This PR adds support for poseidon2 permutation function as described in https://eprint.iacr.org/2023/323.pdf

Reference implementations used (and compared against): https://github.com/HorizenLabs/poseidon2/tree/main https://github.com/Plonky3/Plonky3/tree/main

Tasks: