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

124 Commits

Author SHA1 Message Date
Samuel Neves
3d1a79158d fix issue #11 2015-11-05 07:13:52 +00:00
Artem Chudinov
d97dff9d02 b2sum: Output 2 spaces instead of 1
To be similar to coreutils' sha256sum.
2015-10-30 22:47:54 +05:00
Artem Chudinov
01f12dbc5c b2sum: Get rid of two goto 2015-10-30 22:03:12 +05:00
Artem Chudinov
7b8a743340 b2sum: Replace "-a <hash>" with "-a <algo>" in the --help message 2015-10-30 21:51:33 +05:00
Artem Chudinov
70acf250b9 b2sum: Support a BSD-style checksum and improve the --help message 2015-10-30 21:42:01 +05:00
Artem Chudinov
918e39086b b2sum: Support --help 2015-10-30 21:23:35 +05:00
Artem Chudinov
625392b921 b2sum: Support reading from stdin 2015-10-30 17:44:18 +05:00
JP Aumasson
56fe64a06c typos 2015-10-19 16:50:33 +02:00
JP Aumasson
5d780a8276 adding website 2015-10-19 16:49:24 +02:00
JP Aumasson
a18d2b03fb consistent checks 2015-10-14 23:03:14 +02:00
JP Aumasson
7d657211ab readme markdowned 2015-10-14 22:56:33 +02:00
JP Aumasson
a976a0ab0a test vectors 2015-10-14 15:17:39 +02:00
Samuel Neves
94d1fefcb4 fix issues reported by Yutaka Sawada 2015-10-14 14:02:14 +01:00
Samuel Neves
b6525c7fa1 Remove unnecessary alignment directives 2015-06-11 21:58:15 +01:00
Samuel Neves
105d4e49c6 fix flags on architectures with < 32-bit int 2015-05-29 12:44:26 +01:00
JP
5f615da000 copyright 2015-05-29 10:10:59 +02: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
Samuel Neves
77ede9e4db Fix makefile 2014-08-06 11:31:37 +01:00
Samuel Neves
22a1ce9b2f Use unaligned instructions for non speed-critical memory accesses 2014-01-14 19:02:48 +00:00
Samuel Neves
802c795b43 Fix BLAKE2sp and BLAKEbp's inner_length bug. 2014-01-14 18:59:52 +00: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
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