zig/lib
Frank Denis d764636d21 Another big-endian fix for Gimli
We read and write bytes directly from the state, but in the init
function, we potentially endian-swap them.

Initialize bytes in native format since we will be reading them
in native format as well later.

Also use the public interface in the "permute" test rather than an
internal interface. The state itself is not meant to be accessed directly,
even in tests.
2020-11-03 02:01:48 +01:00
..
include
libc add another copyright notice to macos stdint.h 2020-10-21 19:58:47 -07:00
libcxx
libcxxabi
libunwind
std Another big-endian fix for Gimli 2020-11-03 02:01:48 +01:00