index
:
libblake
master
[Stable] Library for the BLAKE-family of hashing functions
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add documentation
1.1
Mattias Andrée
2022-02-19
1
-24
/
+428
*
Add missing UNLIKELY
Mattias Andrée
2022-02-19
2
-2
/
+2
*
Fix initial t[0] for keyed BLAKE2Xs
Mattias Andrée
2022-02-19
1
-1
/
+1
*
Fix initial t[0] for keyed BLAKE2s
Mattias Andrée
2022-02-19
1
-1
/
+1
*
Add document BLAKE functions and make two functions inline
Mattias Andrée
2022-02-19
5
-29
/
+288
*
Add some documentation, add const, and make some functions inline
Mattias Andrée
2022-02-19
9
-80
/
+257
*
Properly group code in libblake.h
Mattias Andrée
2022-02-19
1
-31
/
+54
*
Add readme
Mattias Andrée
2022-02-19
1
-0
/
+13
*
libblake_init: return before locking if already initialised (check-lock-check)
Mattias Andrée
2022-02-17
1
-0
/
+3
*
Fix typo
Mattias Andrée
2022-02-17
1
-1
/
+1
*
Initial work on optimising compression function; mm128 version is slower, mm256 version is barely faster
Mattias Andrée
2022-01-21
10
-2
/
+330
*
Fix memory corruption bug in test.c and simplify message byte-length calculation
Mattias Andrée
2022-01-21
1
-2
/
+2
*
Fix warnings
Mattias Andrée
2022-01-19
9
-38
/
+83
*
Add todos about more tests being needed
Mattias Andrée
2022-01-19
1
-0
/
+4
*
Optimisation for amd64
Mattias Andrée
2022-01-19
16
-143
/
+406
*
Improve portability
Mattias Andrée
2022-01-18
2
-67
/
+85
*
Fix libblake_blake2[sn]_digest_get_required_input_size for 0 input
1.0
Mattias Andrée
2022-01-16
2
-2
/
+2
*
Add *_force_update for BLAKE2[X] (intended for parallel hashing)
Mattias Andrée
2022-01-13
6
-0
/
+58
*
Add BLAKE2X
Mattias Andrée
2022-01-08
25
-124
/
+428
*
Add last_node parameter to libblake_blake2[sb]_digest
Mattias Andrée
2022-01-08
4
-6
/
+12
*
m
Mattias Andrée
2022-01-07
1
-10
/
+10
*
Add BLAKE2b and BLAKE2s + add salt support to BLAKE + m
Mattias Andrée
2022-01-07
25
-84
/
+900
*
libblake_decode_hex: verify input
Mattias Andrée
2022-01-06
3
-6
/
+15
*
First commit
Mattias Andrée
2022-01-05
32
-0
/
+1245