index
:
libhashsum
master
[Stable] Library for calculating the cryptographic hashes
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
Fix and test BLAKE2 support
Mattias Andrée
1
-0
/
+2
2024-09-01
Move test files into t/
Mattias Andrée
1
-39
/
+40
2024-09-01
Add support for BLAKE2 (but not tree-hashing)
Mattias Andrée
1
-1
/
+3
2024-09-01
Add tests for Keccak and fix squeeze support in finalise_const for Keccak
Mattias Andrée
1
-0
/
+1
2024-09-01
Add tests for SHAKE and RawSHAKE
Mattias Andrée
1
-0
/
+6
2024-08-30
Add more tests + m fixes
Mattias Andrée
1
-1
/
+2
2024-08-30
m + add man pages
Mattias Andrée
1
-4
/
+26
2024-08-27
m misc
Mattias Andrée
1
-78
/
+4
2024-08-24
Add BLAKE via libblake>=1.1 (this version introduced libblake_init())
Mattias Andrée
1
-3
/
+31
2024-08-24
Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)
Mattias Andrée
1
-4
/
+48
2024-08-24
Add libhashsum_init_hasher_from_string + m
Mattias Andrée
1
-0
/
+1
2024-08-24
Make algorithms optional
Mattias Andrée
1
-4
/
+49
2024-08-24
Standardise how to interpret a partial byte
Mattias Andrée
1
-1
/
+2
2024-08-24
Fix makefile
Mattias Andrée
1
-1
/
+1
2024-08-23
Fixes + add SHA2 support via libsha2
Mattias Andrée
1
-2
/
+15
2024-08-23
Fixes + add SHA0 and SHA1 using libsha1
Mattias Andrée
1
-4
/
+8