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 shouldn't really cause any issues, but just to maintain total endian-independence, we need to check that the random values generated in unit tests are not dependent on endianness. In particular, we should use a byte array for the input and output of sha256 instead of an array of uint64_ts.
The text was updated successfully, but these errors were encountered:
This shouldn't really cause any issues, but just to maintain total endian-independence, we need to check that the random values generated in unit tests are not dependent on endianness. In particular, we should use a byte array for the input and output of sha256 instead of an array of
uint64_t
s.The text was updated successfully, but these errors were encountered: