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
/
libhashsum.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tests for SHAKE and RawSHAKE
Mattias Andrée
2024-09-01
1
-12
/
+12
*
Add support for extended hash + add support for output hash to custom buffer when supported
Mattias Andrée
2024-08-31
1
-1
/
+47
*
Add more tests + m fixes
Mattias Andrée
2024-08-30
1
-6
/
+6
*
m + add man pages
Mattias Andrée
2024-08-30
1
-211
/
+56
*
m + add support for z parameter for keccak
Mattias Andrée
2024-08-28
1
-4
/
+7
*
m misc
Mattias Andrée
2024-08-27
1
-2
/
+27
*
m
Mattias Andrée
2024-08-24
1
-4
/
+4
*
Add support for salt for BLAKE
Mattias Andrée
2024-08-24
1
-14
/
+30
*
Add BLAKE via libblake>=1.1 (this version introduced libblake_init())
Mattias Andrée
2024-08-24
1
-4
/
+165
*
Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)
Mattias Andrée
2024-08-24
1
-19
/
+466
*
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 libhashsum_init_hasher_from_string + m
Mattias Andrée
2024-08-24
1
-0
/
+18
*
Add libhashsum_hasher.algorithm_string
Mattias Andrée
2024-08-24
1
-0
/
+11
*
Make algorithms optional
Mattias Andrée
2024-08-24
1
-16
/
+18
*
Standardise how to interpret a partial byte
Mattias Andrée
2024-08-24
1
-0
/
+14
*
Document when things were introduced
Mattias Andrée
2024-08-24
1
-3
/
+90
*
Fixes + add SHA2 support via libsha2
Mattias Andrée
2024-08-23
1
-27
/
+158
*
Fixes + add SHA0 and SHA1 using libsha1
Mattias Andrée
2024-08-23
1
-13
/
+59
*
First commit
Mattias Andrée
2024-08-23
1
-0
/
+344