software-mansion-labs / poseidon-py

Poseidon hash Python library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poseidon-py

Poseidon hash Python library with Hades permutation implemented in C.

Currently, the parameters for poseidon hash are set to define the permutation used in Starknet.

They can be found in poseidon_params.txt.


Changelog

Version 0.1.5 (2024-08-08)

  • Update dependencies

Version 0.1.4 (2024-02-12)

  • Add support for Windows (Python 3.12)

Version 0.1.3 (2023-04-27)

  • Add support for Windows
  • Add support for Python >=3.8

Version 0.1.2 (2023-04-13)

  • Remove make dependency

Version 0.1.1 (2023-04-07)

  • Initial release

About

Poseidon hash Python library


Languages

Language:Python 93.0%Language:Shell 7.0%