Please add the labels corresponding to the type of changes your PR introduces:
Feature
What is the new behavior?
Implements method hades_permutation for Poseidon struct
Does this introduce a breaking change?
No
Other information
This change is needed to use this library's poseidon hash in cairo-vm's PoseidonBuiltinRunner as it uses the internal permutation function as opossed to using hash_many. (current usage)
Pull Request type
Please add the labels corresponding to the type of changes your PR introduces:
What is the new behavior?
Implements method
hades_permutation
forPoseidon
structDoes this introduce a breaking change?
No
Other information
This change is needed to use this library's poseidon hash in
cairo-vm
'sPoseidonBuiltinRunner
as it uses the internal permutation function as opossed to usinghash_many
. (current usage)