index
:
libkeccak
master
[Basically feature complete] Keccak-family, including SHA-3, hashing library
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libkeccak.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-02-22
m fixes
1.4.3
Mattias Andrée
1
-3
/
+3
2024-09-15
m + split out implemenation for w=8,16,32,64
Mattias Andrée
1
-1
/
+1
2024-09-15
Optimisation for w=8,16,32
Mattias Andrée
1
-3
/
+20
2024-09-15
Organise files
Mattias Andrée
1
-151
/
+37
2024-09-15
Split libkeccak.h and fix support for architectures that do not allow misaligned memory
Mattias Andrée
1
-790
/
+8
2022-02-27
Add cSHAKE
Mattias Andrée
1
-5
/
+57
2022-02-27
m
Mattias Andrée
1
-1
/
+1
2022-02-26
Fix libkeccak_degeneralise_spec and add missing error: LIBKECCAK_GENERALISED_SPEC_ERROR_STATE_BITRATE_CAPACITY_INCONSISTENCY
Mattias Andrée
1
-1
/
+9
2022-02-26
Remove useless restricts
Mattias Andrée
1
-28
/
+28
2021-12-24
Add libkeccak_zerocopy_{update,digest} and in libkeccak_generalised_sum_fd (requires man pages)
Mattias Andrée
1
-0
/
+56
2021-07-30
Suppress clang warnings
1.2.2
Mattias Andrée
1
-0
/
+7
2021-07-30
Use inline instead of static inline for non-deprecated functions
Mattias Andrée
1
-60
/
+40
2021-07-30
Fix clang warnings
Mattias Andrée
1
-3
/
+17
2021-07-30
Do not divide by sizeof(char)
Mattias Andrée
1
-4
/
+4
2021-07-30
Fix warning
Mattias Andrée
1
-1
/
+1
2019-02-12
Deprecate libkeccak_{state,hmac}_{unmarshal_skip,marshal_size} and replace with the functions without the _skip or _size suffix
Mattias Andrée
1
-72
/
+20
2019-02-11
General improvements
Mattias Andrée
1
-7
/
+7
2019-02-11
Deprecate typedefs
Mattias Andrée
1
-120
/
+119
2019-02-10
Fix warnings
Mattias Andrée
1
-1
/
+1
2019-02-10
General API improvements
Mattias Andrée
1
-7
/
+1144
2017-10-14
General improvements
Mattias Andrée
1
-0
/
+0
2017-10-13
Change style and license
Mattias Andrée
1
-22
/
+2
2017-02-10
bump year and change e-mail
Mattias Andrée
1
-1
/
+1
2015-07-25
beginning of hmac implementation
Mattias Andrée
1
-0
/
+1
2015-07-25
bump year
Mattias Andrée
1
-1
/
+1
2014-11-05
m
Mattias Andrée
1
-3
/
+3
2014-11-04
begin makefile + fix warnings and errors
Mattias Andrée
1
-1
/
+1
2014-11-04
add files.o
Mattias Andrée
1
-0
/
+1
2014-11-04
add generalised-spec
Mattias Andrée
1
-0
/
+1
2014-11-04
add digest.h and hex.h
Mattias Andrée
1
-0
/
+2
2014-11-04
add spec.h, state.h and libkeccak.h
Mattias Andrée
1
-0
/
+28