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
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-15
m + split out implemenation for w=8,16,32,64
Mattias Andrée
1
-0
/
+2
2024-09-15
Organise files
Mattias Andrée
1
-44
/
+45
2024-09-15
Move man pages into man3/ and man7/
Mattias Andrée
1
-62
/
+62
2024-09-15
Split libkeccak.h and fix support for architectures that do not allow misaligned memory
Mattias Andrée
1
-7
/
+17
2023-07-02
Remove use of valgrind in make check
Mattias Andrée
1
-4
/
+1
2022-02-27
Add cSHAKE
Mattias Andrée
1
-0
/
+5
2022-02-26
Bump lib minor number
Mattias Andrée
1
-1
/
+1
2022-02-19
Fix use of install_name_tool: rewrote incorrect, non-existing file
1.3.1.2
Mattias Andrée
1
-1
/
+1
2022-02-19
Move operand for install_name_tool from macro in macos.mk to usage in Makefile
1.3.1.1
Mattias Andrée
1
-1
/
+1
2022-02-19
Set install name for installed library
Carlo Cabrera
1
-0
/
+1
2022-02-19
Set install name in `LIBFLAGS`
Carlo Cabrera
1
-1
/
+0
2022-02-19
Remove use of ifeq in Makefile and move use of install_name_tool from install-time to build-time
Mattias Andrée
1
-3
/
+1
2022-02-06
Fix library install name in `install` target on macOS
Carlo Cabrera
1
-0
/
+3
2021-12-24
Add man pages for zero-copy functions
Mattias Andrée
1
-1
/
+4
2021-12-24
Update library version number
Mattias Andrée
1
-1
/
+1
2021-12-24
Add libkeccak_zerocopy_{update,digest} and in libkeccak_generalised_sum_fd (requires man pages)
Mattias Andrée
1
-1
/
+2
2021-07-30
Use inline instead of static inline for non-deprecated functions
Mattias Andrée
1
-0
/
+24
2021-03-01
Improve makefile
Mattias Andrée
1
-5
/
+6
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
-5
/
+0
2019-02-11
Update makefile
1.2
Mattias Andrée
1
-59
/
+59
2019-02-11
Deprecate typedefs
Mattias Andrée
1
-1
/
+3
2019-02-11
Split most .c files into one per function and flatten file hierarchy
Mattias Andrée
1
-7
/
+24
2019-02-10
General API improvements
Mattias Andrée
1
-14
/
+5
2019-02-09
Fix makefile add add OSCONFIGFILE
Mattias Andrée
1
-74
/
+71
2019-02-09
Remove texinfo file (it was truncated anyhow for some reason)
Mattias Andrée
1
-27
/
+1
2017-10-21
Fix makefile
1.1.4
Mattias Andrée
1
-1
/
+1
2017-10-18
Fix use of LIBFLAGS
Mattias Andrée
1
-1
/
+1
2017-10-15
Remove unnessary -r flag in make clean
1.1.3
Mattias Andrée
1
-2
/
+2
2017-10-15
Makefile: use "rm -f" to prevent errors upon second cleaning
Leo Izen
1
-14
/
+11
2017-10-14
Use basic config by default
1.1.2
Mattias Andrée
1
-0
/
+1
2017-10-14
Fix makefile
Mattias Andrée
1
-1
/
+1
2017-10-14
General improvements
Mattias Andrée
1
-305
/
+157
2017-10-13
Change style and license
Mattias Andrée
1
-9
/
+4
2017-02-10
makefile: install man pages
Mattias Andrée
1
-12
/
+84
2015-10-02
attributes are gcc specific
Mattias Andrée
1
-1
/
+3
2015-09-14
start on info manual
Mattias Andrée
1
-4
/
+70
2015-08-31
update version
1.1
Mattias Andrée
1
-1
/
+1
2015-07-25
beginning of hmac implementation
Mattias Andrée
1
-2
/
+6
2015-03-28
See issue #1
Mattias Andrée
1
-2
/
+2
2014-11-13
m
0.1
Mattias Andrée
1
-6
/
+6
2014-11-13
m
Mattias Andrée
1
-4
/
+4
2014-11-12
add install and uninstall rules
Mattias Andrée
1
-0
/
+97
2014-11-12
m
Mattias Andrée
1
-2
/
+2
2014-11-07
something seems to be wrong in libkeccak_f_round (not libkeccak_f_round64), but I have not figured out what
Mattias Andrée
1
-2
/
+2
2014-11-07
add static library and dep list
Mattias Andrée
1
-1
/
+16
2014-11-06
add run-benchmark rule
Mattias Andrée
1
-0
/
+5
2014-11-06
m
Mattias Andrée
1
-2
/
+5
2014-11-06
improved optimisation
Mattias Andrée
1
-1
/
+1
2014-11-06
preliminary optimisation
Mattias Andrée
1
-1
/
+1
2014-11-05
m + benchmark-flags
Mattias Andrée
1
-55
/
+1
[next]