1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-11-08 14:59:19 +01:00
BLAKE2/sse
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-config.h Release 2013-01-31 2013-02-01 16:44:36 +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-load-sse2.h Release 2013-01-31 2013-02-01 16:44:36 +01:00
blake2b-load-sse41.h Release 2013-01-31 2013-02-01 16:44:36 +01:00
blake2b-round.h fix issues reported by Yutaka Sawada 2015-10-14 14:02:14 +01:00
blake2b.c consistent checks 2015-10-14 23:03:14 +02:00
blake2bp.c consistent checks 2015-10-14 23:03:14 +02:00
blake2s-load-sse2.h Release 2013-01-31 2013-02-01 16:44:36 +01:00
blake2s-load-sse41.h Release 2013-01-31 2013-02-01 16:44:36 +01:00
blake2s-load-xop.h Release 2013-01-31 2013-02-01 16:44:36 +01:00
blake2s-round.h fix issues reported by Yutaka Sawada 2015-10-14 14:02:14 +01:00
blake2s.c consistent checks 2015-10-14 23:03:14 +02:00
blake2sp.c consistent checks 2015-10-14 23:03:14 +02:00
makefile Release 2013-01-31 2013-02-01 16:44:36 +01:00