You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We still need to test the building of trees with poseidon. The test I would like to see should be done both on ts accumulator and rust accumulator. We can copy paste the test scenarious which I done for keccak, but replace the hashes for the new one. The ts-accumulator detereminates what is consider valid hash.
The text was updated successfully, but these errors were encountered:
It's absolutly crusial for our hasher to give the same hashes for the same values on TS-accumulator and RUST-accumulatr. I've done some unit tests on ts-accumulator for keccak: https://github.com/HerodotusDev/accumulators/pull/72/files and I've done same tests for keccak on rust dev -> main hashes alignment with ts accumulators for keccak #40.
We still need to test the building of trees with poseidon. The test I would like to see should be done both on ts accumulator and rust accumulator. We can copy paste the test scenarious which I done for keccak, but replace the hashes for the new one. The ts-accumulator detereminates what is consider valid hash.
The text was updated successfully, but these errors were encountered: