1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-09-18 08:51:39 +02:00
BLAKE2/ref
Jason A. Donenfeld a6bd49a6ef Do not pack blake2_state structs
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.
2016-02-09 03:39:53 +01:00
..
blake2-impl.h replace secure_zero_memory 2015-12-12 20:45:01 +00:00
blake2-kat.h Release 2013-01-31 2013-02-01 16:44:36 +01:00
blake2.h Do not pack blake2_state structs 2016-02-09 03:39:53 +01:00
blake2b-ref.c Consistent checks at blake2x_final (reported by Bill Cox) 2016-01-20 00:53:36 +00:00
blake2bp-ref.c consistent checks 2015-10-14 23:03:14 +02:00
blake2s-ref.c Consistent checks at blake2x_final (reported by Bill Cox) 2016-01-20 00:53:36 +00:00
blake2sp-ref.c fix issue #11 2015-11-05 07:13:52 +00:00
genkat.c Release 2013-01-31 2013-02-01 16:44:36 +01:00
makefile Merge pull request #3 from neheb/master 2015-11-05 07:38:38 +00:00