shithub: blake2

RSS feed

ac1a816f – Jacob Moody <moody@posixcafe.org> authored on 2025/05/17 20:16
mk test should also use $MKFLAGS

51929bdc – Jacob Moody <moody@posixcafe.org> authored on 2025/05/17 20:14
port blake2sp, blake2bp, and b2sum

1ebef322 – Jacob Moody <moody@posixcafe.org> authored on 2025/05/15 01:55
add basic README

b2aa1948 – Jacob Moody <moody@posixcafe.org> authored on 2025/05/15 01:52
initial port

ed1974ea – JP Aumasson <jp@taurusgroup.ch> authored on 2023/02/12 05:51
fix key length check

fb4b09b4 – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2023/02/07 11:12
blake2xs: fix key length check

54f4faa4 – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/05/28 12:07
Merge pull request #71 from kkoehne/master

659129c8 – Kai Köhne <kai.koehne@qt.io> authored on 2021/04/20 10:31
Avoid MSVC warning C4804

b52178a3 – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/03 20:11
Merge pull request #67 from noloader/aarch64

5587e70c – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/03 20:03
Merge pull request #66 from noloader/travis

a9facd90 – Jeffrey Walton <noloader@gmail.com> authored on 2020/07/02 18:58
Add Travis testing

087dd6de – Jeffrey Walton <noloader@gmail.com> authored on 2020/07/02 18:43
Add Aarch64 makefile

d4615d84 – Samuel Neves <sneves@dei.uc.pt> authored on 2020/06/30 19:41
update README.md

8c6526f9 – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/06/29 18:53
Merge pull request #65 from noloader/power8

ce5bfc80 – Samuel Neves <sneves@dei.uc.pt> authored on 2020/06/29 18:49
rename power8 directory

40527ef4 – Jeffrey Walton <noloader@gmail.com> authored on 2020/06/27 15:10
Add BLAKE2b POWER8 implementation

997fa5ba – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/07/23 17:13
Merge pull request #57 from sean-sn/master

75c6ae28 – sean-sn <sean@supranational.net> authored on 2019/07/22 11:02
Updated Blake2s code to match diagonal shuffle tweak done in blake2-avx for Blake2b

320c3254 – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2018/07/11 09:05
Merge pull request #50 from mjvk/bitwise-cast

467c5446 – mjvk <29380294+mjvk@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2018/05/09 07:49
Update blake2-impl.h

3d6155ab – mjvk <29380294+mjvk@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2018/05/09 07:47
Update blake2-impl.h

cf068aaf – mjvk <29380294+mjvk@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2018/05/09 07:47
Update cast of load16

ca4c8931 – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2018/04/19 08:41
Merge pull request #49 from leighbb/arm-neon

7965d3e6 – Leigh Brown <leigh@solinno.co.uk> authored on 2018/04/02 16:07
Add ARM NEON versions of blake2s and blake2b

beb75f45 – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2018/02/15 15:54
Merge pull request #47 from CB-Rambo/master

d43735ad – Krishna <krishna.vedala@ieee.org> authored on 2018/02/14 07:41
syntax correction

5cbb39c9 – Samuel Neves <sneves@dei.uc.pt> authored on 2017/03/07 13:42
issue #41

7728c308 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/12/03 05:50
keylength=0 in B2 instances in b2x*

e4de156b – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/12/02 13:35
typos

7ba0f268 – Samuel Neves <sneves@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2016/11/09 16:48
Merge pull request #37 from pixelb/cleanups

2407e7a4 – Pádraig Brady <P@draigBrady.com> authored on 2016/11/09 16:30
maint: strip various trailing whitespace

a90684ab – Samuel Neves <sneves@dei.uc.pt> authored on 2016/11/09 15:37
Address bug with small blake2*p output sizes (see #36)

d4418eda – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/10/28 05:29
Merge pull request #35 from BLAKE2/b2x

5522bb23 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/10/12 13:55
unkeyed api

ee9e22ba – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/12 14:08
consistency

2a22fad5 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/12 14:05
check final return value

c19dd2bd – Samuel Neves <sneves@dei.uc.pt> authored on 2016/10/12 11:19
formatting, more c89

7a39ee47 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/12 06:22
c89 compliance

f5c56ea0 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/12 06:15
-Wall, clean kats

de31f550 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/10/11 18:12
replace some c99isms

cb195772 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/10/11 18:03
missing adjustments

8b6442c3 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 18:55
sse genkats

25f38cbc – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 18:54
b2x added to sse/

6493c586 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 18:37
fixed json input display

1f26297f – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 18:32
bug in key-less b2x

c44e34b3 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 18:00
copyright notice

2994ec58 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 17:55
json kats

d113d9c2 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 17:38
streaming api prototypes

09f8e4f9 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 17:36
b2xb and tests

c09fb303 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 17:08
b2xs tests ok

73dd9e90 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 16:48
b2s xof unkeyed kats

ae633ca8 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 16:25
b2xs test procedures

73bd0dc6 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/10/11 12:18
length bug

1dd63589 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/10/11 11:04
style, consistency, wip

c038f88a – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 11:06
basic b2xs and b2xb

97c8a0cd – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 10:54
adding xof_length for b2x support

c314fb42 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/10/11 10:23
makefile conflict fixed

cb0506c0 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/22 04:14
rename readme

9630d9a2 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/22 04:13
add b2sum readme

5f2f5664 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/19 13:55
no static b2sum, optional openmp

a0f55091 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/15 09:05
count cycles on msvc

0ee2296e – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/12 14:09
c89ify bench as well

987a2d74 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/12 13:36
output exclusively to pdf

f1d5a3a7 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/12 13:07
missing dependency

369aa70c – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/12 12:37
bench portability

88df9032 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/11 13:47
remove unused code, vars

ab60beb7 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/11 08:47
adjust api in kats

932be4e9 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/11 08:42
outlen in blake2xx_final should be the output buffer size, not the hash length

64cafcff – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/11 08:22
test streaming api

8a007c8c – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/11 08:05
consistent counter type

86f24fed – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/11 07:11
api cleanup, sse edition

259e61de – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/11 06:29
api cleanup

e971a042 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/10 20:06
more tyding up

ef9d717e – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/10 19:56
tidy up

003671f8 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/10 18:27
Merge branch 'tiran-c89'

24d4cc2e – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/10 18:27
fix conflicts

d5117467 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/10 07:37
fix kat paths; better sse2 detection

9a573568 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/06/10 07:27
address issue #24

6740fead – Samuel Neves <sneves@users.noreply.github.com> authored on 2016/05/04 12:26
Merge pull request #23 from CryptoManiac/master

b9302b40 – CryptoManiac <balthazar.ad@gmail.com> authored on 2016/04/30 19:53
With "==" you will be allowed to set anything except valid values.

eec32b71 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/04/22 18:12
sse kats, reorg

81a1bcf2 – Christian Heimes <christian@python.org> authored on 2016/04/22 08:07
Make BLAKE2 code C89 and MSVC friendly

02bf34f3 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/04/06 04:27
Replace size_t by unsigned long for output sizes.

fc572de9 – Samuel Neves <sneves@users.noreply.github.com> authored on 2016/04/06 00:58
Merge pull request #21 from jedisct1/check-multiple-finalizations

bcc99c1b – Frank Denis <github@pureftpd.org> authored on 2016/04/05 21:32
blake2*_final() should return an error if called twice

168fbb78 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/03/11 18:32
update licensing in README

648089e0 – JP Aumasson <jeanphilippe.aumasson@gmail.com> authored on 2016/02/29 04:46
Merge pull request #19 from waywardgeek/master

58eab969 – Bill Cox <waywardgeek@google.com> authored on 2016/02/28 15:42
Changed copyright of Samuel's code to 3-license version suggested by Zooko

90cf5d00 – Samuel Neves <sneves@users.noreply.github.com> authored on 2016/02/27 19:04
Merge pull request #17 from Scarletts/master

58dca08d – Samuel Neves <sneves@users.noreply.github.com> authored on 2016/02/27 18:41
Merge pull request #18 from DaGenix/errors-in-test-vectors

5a5f6178 – Palmer Cox <palmer@fiscalnote.com> authored on 2016/02/25 19:40
Remove trailing 'ok' from the last line of each test vector file

7b358396 – Scarlett <scarlett@entering.space> authored on 2016/02/20 10:25
remove comment that slipped in

a559faeb – Scarlett <scarlett@entering.space> authored on 2016/02/20 10:24
add and install b2sum man page, improve makefile portability

d893a37d – Samuel Neves <sneves@users.noreply.github.com> authored on 2016/02/08 21:43
Merge pull request #16 from zx2c4/master

a6bd49a6 – Jason A. Donenfeld <Jason@zx2c4.com> authored on 2016/02/08 22:39
Do not pack blake2_state structs

051109d9 – Samuel Neves <sneves@users.noreply.github.com> authored on 2016/01/31 12:10
Merge pull request #15 from betafive/pbarker/b2sum

3b2fb9f2 – Paul Barker <paul@paulbarker.me.uk> authored on 2016/01/03 06:39
b2sum: Add digest length argument

d0bf1ed3 – Samuel Neves <sneves@dei.uc.pt> authored on 2016/01/19 19:53
Consistent checks at blake2x_final (reported by Bill Cox)

3a9a49de – Paul Barker <paul@paulbarker.me.uk> authored on 2016/01/03 06:49
Add git ignore file

94623824 – Paul Barker <paul@paulbarker.me.uk> authored on 2016/01/03 06:24
b2sum: Simplify algorithm name printing

Next