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
path:
root
/
libblake.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-20
Update init for BLAKE2Xb and BLAKE2Xs according to previous commmit
Mattias Andrée
1
-20
/
+2
2022-02-20
Add more tests for BLAKE2b and BLAKE2s and update init functions (breaks API; were broken for keyed mode with zero-length message)
Mattias Andrée
1
-20
/
+18
2022-02-20
Documentation
Mattias Andrée
1
-32
/
+224
2022-02-19
m doc fix
Mattias Andrée
1
-2
/
+2
2022-02-19
Add documentation
1.1
Mattias Andrée
1
-24
/
+428
2022-02-19
Add document BLAKE functions and make two functions inline
Mattias Andrée
1
-4
/
+272
2022-02-19
Add some documentation, add const, and make some functions inline
Mattias Andrée
1
-55
/
+248
2022-02-19
Properly group code in libblake.h
Mattias Andrée
1
-31
/
+54
2022-01-21
Initial work on optimising compression function; mm128 version is slower, mm256 version is barely faster
Mattias Andrée
1
-0
/
+17
2022-01-19
Fix warnings
Mattias Andrée
1
-1
/
+10
2022-01-19
Optimisation for amd64
Mattias Andrée
1
-0
/
+3
2022-01-18
Improve portability
Mattias Andrée
1
-60
/
+78
2022-01-13
Add *_force_update for BLAKE2[X] (intended for parallel hashing)
Mattias Andrée
1
-0
/
+8
2022-01-08
Add BLAKE2X
Mattias Andrée
1
-3
/
+73
2022-01-08
Add last_node parameter to libblake_blake2[sb]_digest
Mattias Andrée
1
-2
/
+2
2022-01-07
m
Mattias Andrée
1
-10
/
+10
2022-01-07
Add BLAKE2b and BLAKE2s + add salt support to BLAKE + m
Mattias Andrée
1
-0
/
+63
2022-01-06
libblake_decode_hex: verify input
Mattias Andrée
1
-1
/
+1