aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * common.h: macOS needs alloca.h tooCaleb Xu2021-07-301-1/+1
| |
* | Fix clang warningsMattias Andrée2021-07-3018-61/+152
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Do not divide by sizeof(char)Mattias Andrée2021-07-306-17/+17
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Fix warningMattias Andrée2021-07-301-1/+1
|/ | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* config.mk: doc ALLOCA_LIMIT, add CC=cc, and set PREFIX=/usr1.2.1Mattias Andrée2021-07-271-1/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add ALLOCA_LIMIT to fix bug #13 on GitHub reported by Justin GottulaMattias Andrée2021-07-272-9/+30
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve makefileMattias Andrée2021-03-011-5/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Style fixMattias Andrée2020-06-101-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Merge pull request #12 from hackmod/win32Mattias Andrée2020-06-102-0/+11
|\ | | | | minimal WIN32 support added
| * support WIN32hackyminer2020-06-102-0/+11
|/
* Deprecate libkeccak_{state,hmac}_{unmarshal_skip,marshal_size} and replace with the functions without the _skip or _size suffixMattias Andrée2019-02-1220-302/+152
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update makefile1.2Mattias Andrée2019-02-111-59/+59
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General improvementsMattias Andrée2019-02-1124-225/+352
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deprecate typedefsMattias Andrée2019-02-1175-274/+289
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split most .c files into one per function and flatten file hierarchyMattias Andrée2019-02-1184-672/+723
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove old fileMattias Andrée2019-02-101-15/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update yearMattias Andrée2019-02-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update readmeMattias Andrée2019-02-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2019-02-104-65/+107
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General API improvementsMattias Andrée2019-02-1073-1969/+1526
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add test from github issue #101.1.5Mattias Andrée2019-02-091-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix makefile add add OSCONFIGFILEMattias Andrée2019-02-0960-74/+81
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove texinfo file (it was truncated anyhow for some reason)Mattias Andrée2019-02-092-430/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix makefile1.1.4Mattias Andrée2017-10-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix use of LIBFLAGSMattias Andrée2017-10-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove unnessary -r flag in make clean1.1.3Mattias Andrée2017-10-151-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Merge pull request #6 from thebombzen/masterMattias Andrée2017-10-153-16/+13
|\ | | | | Two minor fixes
| * Makefile: use "rm -f" to prevent errors upon second cleaningLeo Izen2017-10-151-14/+11
| | | | | | | | | | | | | | The coreutil `rm` will by default exit with failure if it is instructed to remove a file that doesn't exist. Using `rm -f` will suppress this behavior, so `rm` will exit with success whether or not the file had existed before invoking `rm -f`.
| * tests: use quotes when including libkeccak.hLeo Izen2017-10-152-2/+2
|/ | | | | | | | If libkeccak is not already installed in the system, then test.c and benchmark.c will fail to compile. This is because they previously used `#include <libkeccak.h>` with angled brackets, which doesn't search `.` by default. Using `#include "libkeccak.h"` will search `.` so these will compile.
* Use basic config by default1.1.2Mattias Andrée2017-10-143-9/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix makefileMattias Andrée2017-10-142-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General improvementsMattias Andrée2017-10-1482-1426/+626
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Change style and licenseMattias Andrée2017-10-1327-4198/+1949
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* remove distMattias Andrée2017-02-103-60/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add examples to info manual1.1.1Mattias Andrée2017-02-107-13/+238
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* makefile: install man pagesMattias Andrée2017-02-101-12/+84
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Work on man pagesMattias Andrée2017-02-106-6/+118
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Work on man pagesMattias Andrée2017-02-1058-601/+1189
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* bump year and change e-mailMattias Andrée2017-02-1069-69/+69
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typo in typo correctionMattias Andrée2016-04-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Merge pull request #3 from BenWiederhake/masterMattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2016-04-012-5/+5
|\ | | | | Fix spelling
| * Fix spellingBen Wiederhake2016-04-012-5/+5
|/ | | | | | Credits go to the authors of codespell. Discovered while preparing for a release of 'ohno' an esoteric language based on (ab)using keccak as a compiler.
* prepare dist updateMattias Andrée2015-11-302-2/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* readme: infoMattias Andrée2015-11-281-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m readmeMattias Andrée2015-11-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-11-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve readmeMattias Andrée2015-11-281-3/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-151-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-10-111-10/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_hmac_marshal_size.3, libkeccak_hmac_marshal.3, libkeccak_hmac_unmarshal.3, and libkeccak_hmac_unmarshal_skip.3Mattias Andrée2015-10-115-0/+153
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>