Metadata-Version: 2.4
Name: poseidon_py
Version: 0.2.0
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.10
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

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.2.0 (2026-03-26)
--------------------------

* Add support for Python 3.13 and 3.14
* Drop support for Python 3.8 and 3.9
* Update dependencies

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
