1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-11-23 02:42:10 +01:00
BLAKE2/b2sum
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
..
b2sum.1 remove comment that slipped in 2016-02-20 15:25:55 +00:00
b2sum.c Replace size_t by unsigned long for output sizes. 2016-04-06 08:27:42 +01:00
makefile Make BLAKE2 code C89 and MSVC friendly 2016-04-22 12:07:57 +02:00