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 fix
Mattias Andrée
2024-09-01
1
-4
/
+4
*
keccak: but squeeze code in common subroutine
Mattias Andrée
2024-09-01
1
-26
/
+22
*
Add tests for Keccak and fix squeeze support in finalise_const for Keccak
Mattias Andrée
2024-09-01
3
-1
/
+258
*
Add tests for SHAKE and RawSHAKE
Mattias Andrée
2024-09-01
9
-13
/
+533
*
More testing
Mattias Andrée
2024-08-31
6
-10
/
+288
*
Add support for extended hash + add support for output hash to custom buffer when supported
Mattias Andrée
2024-08-31
61
-195
/
+1740
*
Add more tests + m fixes
Mattias Andrée
2024-08-30
7
-19
/
+708
*
m + add man pages
Mattias Andrée
2024-08-30
53
-233
/
+9915
*
m + add support for z parameter for keccak
Mattias Andrée
2024-08-28
8
-29
/
+57
*
m misc
Mattias Andrée
2024-08-27
7
-171
/
+250
*
m fix
Mattias Andrée
2024-08-24
3
-3
/
+3
*
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