1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-09-18 08:51:39 +02:00
BLAKE2/sse
Christian Heimes 81a1bcf245 Make BLAKE2 code C89 and MSVC friendly
This patch makes the BLAKE2 reference implementation compatible with C89
compilers and MSVC.

1) Use C comments (/* */) instead of C++ comments.
2) No declarations after statements. All variables are declared on the
   top of a block.
3) Optional inline with BLAKE2_LOCAL_INLINE() macro.

Signed-off-by: Christian Heimes <christian@python.org>
2016-04-22 12:07:57 +02:00
..
blake2-config.h Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00
blake2-impl.h Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00
blake2-kat.h Changed copyright of Samuel's code to 3-license version suggested by Zooko 2016-02-28 20:42:23 -08:00
blake2.h Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00
blake2b-load-sse2.h Changed copyright of Samuel's code to 3-license version suggested by Zooko 2016-02-28 20:42:23 -08:00
blake2b-load-sse41.h Changed copyright of Samuel's code to 3-license version suggested by Zooko 2016-02-28 20:42:23 -08:00
blake2b-round.h Changed copyright of Samuel's code to 3-license version suggested by Zooko 2016-02-28 20:42:23 -08:00
blake2b.c Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00
blake2bp.c Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00
blake2s-load-sse2.h Changed copyright of Samuel's code to 3-license version suggested by Zooko 2016-02-28 20:42:23 -08:00
blake2s-load-sse41.h Changed copyright of Samuel's code to 3-license version suggested by Zooko 2016-02-28 20:42:23 -08:00
blake2s-load-xop.h Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00
blake2s-round.h Changed copyright of Samuel's code to 3-license version suggested by Zooko 2016-02-28 20:42:23 -08:00
blake2s.c Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00
blake2sp.c Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00
makefile Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00