mirror of
https://github.com/BLAKE2/BLAKE2
synced 2024-11-08 14:59:19 +01:00
a6bd49a6ef
While the param structs need to be packed, because they're compressed as a byte stream, the state structs do not have this requirement. As such, the compiler likely can emit more efficient code in certain circumstances when it can apply the ordinary struct alignment rules. |
||
---|---|---|
.. | ||
blake2-config.h | ||
blake2-impl.h | ||
blake2-kat.h | ||
blake2.h | ||
blake2b-load-sse2.h | ||
blake2b-load-sse41.h | ||
blake2b-round.h | ||
blake2b.c | ||
blake2bp.c | ||
blake2s-load-sse2.h | ||
blake2s-load-sse41.h | ||
blake2s-load-xop.h | ||
blake2s-round.h | ||
blake2s.c | ||
blake2sp.c | ||
makefile |