Metadata-Version: 2.1
Name: poseidon_py
Version: 0.1.1
Summary: Python implementation of Poseidon hash
Home-page: https://github.com/drknzz/poseidon-py.git
Author: drknzz
Author-email: kamil.jankowski.x@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.9
Provides-Extra: build

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*.


