Krishna
d43735ad6d
syntax correction
2018-02-14 12:41:17 -05:00
Pádraig Brady
2407e7a40a
maint: strip various trailing whitespace
...
This falls afoul of various commit git commit hooks,
so strip trailing whitespace at EOL and EOF.
2016-11-09 21:34:46 +00:00
JP Aumasson
97c8a0cd55
adding xof_length for b2x support
2016-10-11 14:54:09 +02:00
Samuel Neves
88df903283
remove unused code, vars
2016-06-11 17:58:17 +01:00
Samuel Neves
932be4e9f5
outlen in blake2xx_final should be the output buffer size, not the hash length
2016-06-11 12:42:46 +01:00
Samuel Neves
64cafcff16
test streaming api
2016-06-11 12:22:35 +01:00
Samuel Neves
86f24fed10
api cleanup, sse edition
2016-06-11 11:11:20 +01:00
Samuel Neves
259e61dede
api cleanup
2016-06-11 10:29:09 +01:00
Samuel Neves
ef9d717e46
tidy up
2016-06-10 23:56:26 +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
Frank Denis
bcc99c1b6a
blake2*_final() should return an error if called twice
2016-04-06 01:40:45 +02:00
Bill Cox
58eab9690e
Changed copyright of Samuel's code to 3-license version suggested by Zooko
2016-02-28 20:42:23 -08:00
Samuel Neves
d0bf1ed303
Consistent checks at blake2x_final (reported by Bill Cox)
2016-01-20 00:53:36 +00:00
Samuel Neves
2d362fbb68
Merge pull request #3 from neheb/master
...
Fix makefiles + bench fix
2015-11-05 07:38:38 +00:00
JP Aumasson
a18d2b03fb
consistent checks
2015-10-14 23:03:14 +02:00
Samuel Neves
105d4e49c6
fix flags on architectures with < 32-bit int
2015-05-29 12:44:26 +01:00
Samuel Neves
b8024d53e7
Check for overflow of outlen in blake2{s,b}_final
...
Fix warnings with -Wcast-qual
Fix blake2{sp,bp}_final's return value
2014-08-06 11:42:44 +01:00
neheb
e247f0477a
I can't read.
2013-03-16 16:27:47 -07:00
Mangix
4ebd63b739
Fix compilation if ref used in bench
2013-03-12 04:09:30 -07:00
CodesInChaos
fb714d2c83
Release 2013-01-31
2013-02-01 16:44:36 +01:00