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.
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.