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
This is because Felts have 252 bits and it's mixing big endian with little endian. Is this the expected behaviour? Using little endian or reversing the bytes are alternative options.
stwo/crates/prover/src/core/channel/poseidon252.rs
Line 59 in a51f630
This is because Felts have 252 bits and it's mixing big endian with little endian. Is this the expected behaviour? Using little endian or reversing the bytes are alternative options.
For example, when running this test:
It outputs the following distribution of
trailing_zeros()
:The text was updated successfully, but these errors were encountered: