Metadata-Version: 2.1
Name: poseidon_py
Version: 0.1.5
Summary: Python implementation of Poseidon hash
Home-page: https://github.com/drknzz/poseidon-py.git
Author: drknzz
Author-email: kamil.jankowski.x@gmail.com
Requires-Python: >=3.8

poseidon-py
===========

Poseidon hash Python library with Hades permutation `implemented in C <https://github.com/CryptoExperts/poseidon>`_.

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
