aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* add libkeccak_hmac_copy.3 and libkeccak_hmac_duplicate.3Mattias Andrée2015-10-112-0/+80
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_hmac_fast_destroy.3, libkeccak_hmac_destroy.3, libkeccak_hmac_fast_free.3, and libkeccak_hmac_free.3Mattias Andrée2015-10-115-0/+185
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-10-101-1/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* grammaro + add libkeccak_hmac_create.3Mattias Andrée2015-10-1011-10/+56
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_hmac_initialise.3Mattias Andrée2015-10-087-6/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-082-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libkeccak_fast_squeeze.3, libkeccak_simple_squeeze.3, and libkeccak_squeeze.3Mattias Andrée2015-10-073-0/+118
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* stylo + example in libkeccak_digest.3, libkeccak_fast_digest.3, libkeccak_fast_update.3, and libkeccak_update.3Mattias Andrée2015-10-074-3/+159
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* file hashers do not automatically destroy the stateMattias Andrée2015-10-075-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-075-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>