NilFoundation / crypto3-hash

Hashing for =nil; Crypto3 cryptography suite
MIT License
7 stars 9 forks source link

Comment out Poseidon Mina tests due to using the last element as hash value. #128

Closed martun closed 10 months ago

martun commented 10 months ago

Mina Poseidon uses the first element state[0] as the hash result, while we use the last one, state[2], so their test vectors do not apply any more.