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
Commit message (
Expand
)
Author
Age
Files
Lines
*
m
Mattias Andrée
2024-08-24
1
-4
/
+4
*
Add support for salt for BLAKE
Mattias Andrée
2024-08-24
10
-57
/
+239
*
Add BLAKE via libblake>=1.1 (this version introduced libblake_init())
Mattias Andrée
2024-08-24
46
-25
/
+1401
*
Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)
Mattias Andrée
2024-08-24
52
-33
/
+1750
*
Make it possible for libhashsum_state to grow in future versions
Mattias Andrée
2024-08-24
1
-9
/
+16
*
Additional error conditions for libhashsum_init_hasher and libhashsum_init_hasher_from_string
Mattias Andrée
2024-08-24
1
-0
/
+15
*
Add README
Mattias Andrée
2024-08-24
1
-0
/
+30
*
Add libhashsum_init_hasher_from_string + m
Mattias Andrée
2024-08-24
5
-16
/
+97
*
Add libhashsum_hasher.algorithm_string
Mattias Andrée
2024-08-24
12
-0
/
+34
*
Make algorithms optional
Mattias Andrée
2024-08-24
48
-65
/
+416
*
Test partial byte support in SHA1 and SHA-224
Mattias Andrée
2024-08-24
5
-5
/
+27
*
Standardise how to interpret a partial byte
Mattias Andrée
2024-08-24
10
-12
/
+68
*
Fix makefile
Mattias Andrée
2024-08-24
1
-1
/
+1
*
Disable the massive tests
Mattias Andrée
2024-08-24
5
-16
/
+40
*
Document when things were introduced
Mattias Andrée
2024-08-24
1
-3
/
+90
*
Silence some clang warnings
Mattias Andrée
2024-08-23
1
-1
/
+8
*
Fixes + add SHA2 support via libsha2
Mattias Andrée
2024-08-23
20
-32
/
+518
*
Fixes + add SHA0 and SHA1 using libsha1
Mattias Andrée
2024-08-23
16
-25
/
+260
*
First commit
Mattias Andrée
2024-08-23
24
-0
/
+2443