1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-09-18 08:51:39 +02:00
BLAKE2/sse
Kai Köhne 659129c861 Avoid MSVC warning C4804
Fixes warnings like

 blake2.h(140): warning C4804: '/': unsafe use of type 'bool' in operation
 blake2.h(141): warning C4804: '/': unsafe use of type 'bool' in operation
2021-04-21 09:10:59 +02:00
..
blake2-config.h maint: strip various trailing whitespace 2016-11-09 21:34:46 +00:00
blake2-impl.h Update cast of load16 2018-05-09 11:47:06 +01:00
blake2.h Avoid MSVC warning C4804 2021-04-21 09:10:59 +02:00
blake2b-load-sse2.h maint: strip various trailing whitespace 2016-11-09 21:34:46 +00:00
blake2b-load-sse41.h maint: strip various trailing whitespace 2016-11-09 21:34:46 +00:00
blake2b-round.h maint: strip various trailing whitespace 2016-11-09 21:34:46 +00:00
blake2b.c maint: strip various trailing whitespace 2016-11-09 21:34:46 +00:00
blake2bp.c maint: strip various trailing whitespace 2016-11-09 21:34:46 +00:00
blake2s-load-sse2.h Updated Blake2s code to match diagonal shuffle tweak done in blake2-avx for Blake2b 2019-07-22 15:02:28 -04:00
blake2s-load-sse41.h Updated Blake2s code to match diagonal shuffle tweak done in blake2-avx for Blake2b 2019-07-22 15:02:28 -04:00
blake2s-load-xop.h Updated Blake2s code to match diagonal shuffle tweak done in blake2-avx for Blake2b 2019-07-22 15:02:28 -04:00
blake2s-round.h Updated Blake2s code to match diagonal shuffle tweak done in blake2-avx for Blake2b 2019-07-22 15:02:28 -04:00
blake2s.c maint: strip various trailing whitespace 2016-11-09 21:34:46 +00:00
blake2sp.c maint: strip various trailing whitespace 2016-11-09 21:34:46 +00:00
blake2xb.c keylength=0 in B2 instances in b2x* 2016-12-03 10:50:38 +01:00
blake2xs.c keylength=0 in B2 instances in b2x* 2016-12-03 10:50:38 +01:00
genkat-c.c
genkat-json.c issue #41 2017-03-07 18:42:27 +00:00
makefile