1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-09-19 09:01:34 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Samuel Neves
5f2f566442 no static b2sum, optional openmp 2016-06-19 17:55:55 +01:00
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
Scarlett
a559faebbb add and install b2sum man page, improve makefile portability 2016-02-20 15:24:06 +00:00
Mangix
7d7f92fa95 Fix makefiles 2013-03-12 03:06:10 -07:00
CodesInChaos
fb714d2c83 Release 2013-01-31 2013-02-01 16:44:36 +01:00