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_shakesum_fd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-19
Set install name for installed library
Carlo Cabrera
3
-2
/
+6
2022-02-19
Set install name in `LIBFLAGS`
Carlo Cabrera
3
-6
/
+2
2022-02-19
Update readme
Mattias Andrée
1
-1
/
+1
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
3
-3
/
+5
2022-02-06
Fix library install name in `install` target on macOS
Carlo Cabrera
1
-0
/
+3
2022-02-06
Implement library versioning for macOS
Carlo Cabrera
1
-1
/
+1
2022-02-03
Fix blksize adjustment when exceeding alloca limit in libkeccak_generalised_sum_fd
1.3.1
Mattias Andrée
1
-1
/
+5
2021-12-24
Fix zero-copy update to libkeccak_generalised_sum_fd
1.3
Mattias Andrée
1
-3
/
+6
2021-12-24
Add man pages for zero-copy functions
Mattias Andrée
13
-7
/
+266
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
6
-34
/
+216
2021-12-24
Fix libkeccak_state_copy
Mattias Andrée
1
-4
/
+8
2021-12-24
Fix marshal and unmarshal
Mattias Andrée
2
-28
/
+45
2021-07-30
Suppress clang warnings
1.2.2
Mattias Andrée
2
-0
/
+11
2021-07-30
Use inline instead of static inline for non-deprecated functions
Mattias Andrée
27
-62
/
+217
2021-07-30
Fix clang warnings
Mattias Andrée
18
-61
/
+152
2021-07-30
Do not divide by sizeof(char)
Mattias Andrée
6
-17
/
+17
2021-07-30
Fix warning
Mattias Andrée
1
-1
/
+1
2021-07-30
common.h: macOS needs alloca.h too
Caleb Xu
1
-1
/
+1
2021-07-27
config.mk: doc ALLOCA_LIMIT, add CC=cc, and set PREFIX=/usr
1.2.1
Mattias Andrée
1
-1
/
+9
2021-07-27
Add ALLOCA_LIMIT to fix bug #13 on GitHub reported by Justin Gottula
Mattias Andrée
2
-9
/
+30
2021-03-01
Improve makefile
Mattias Andrée
1
-5
/
+6
2020-06-10
Style fix
Mattias Andrée
1
-5
/
+5
2020-06-10
support WIN32
hackyminer
2
-0
/
+11
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
20
-302
/
+152
2019-02-11
Update makefile
1.2
Mattias Andrée
1
-59
/
+59
2019-02-11
General improvements
Mattias Andrée
24
-225
/
+352
2019-02-11
Deprecate typedefs
Mattias Andrée
75
-274
/
+289
2019-02-11
Split most .c files into one per function and flatten file hierarchy
Mattias Andrée
84
-672
/
+723
2019-02-10
Remove old file
Mattias Andrée
1
-15
/
+0
2019-02-10
Update year
Mattias Andrée
1
-1
/
+1
2019-02-10
Update readme
Mattias Andrée
1
-1
/
+1
2019-02-10
Fix warnings
Mattias Andrée
4
-65
/
+107
2019-02-10
General API improvements
Mattias Andrée
73
-1969
/
+1526
2019-02-09
Add test from github issue #10
1.1.5
Mattias Andrée
1
-0
/
+3
2019-02-09
Fix makefile add add OSCONFIGFILE
Mattias Andrée
60
-74
/
+81
2019-02-09
Remove texinfo file (it was truncated anyhow for some reason)
Mattias Andrée
2
-430
/
+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-15
tests: use quotes when including libkeccak.h
Leo Izen
2
-2
/
+2
2017-10-14
Use basic config by default
1.1.2
Mattias Andrée
3
-9
/
+16
2017-10-14
Fix makefile
Mattias Andrée
2
-3
/
+3
2017-10-14
General improvements
Mattias Andrée
82
-1426
/
+626
2017-10-13
Change style and license
Mattias Andrée
27
-4198
/
+1949
2017-02-10
remove dist
Mattias Andrée
3
-60
/
+0
2017-02-10
m + add examples to info manual
1.1.1
Mattias Andrée
7
-13
/
+238
2017-02-10
makefile: install man pages
Mattias Andrée
1
-12
/
+84
2017-02-10
Work on man pages
Mattias Andrée
6
-6
/
+118
[next]