aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang warningsMattias Andrée2021-07-301-2/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deprecate libkeccak_{state,hmac}_{unmarshal_skip,marshal_size} and replace with the functions without the _skip or _size suffixMattias Andrée2019-02-121-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* General improvementsMattias Andrée2019-02-111-112/+204
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deprecate typedefsMattias Andrée2019-02-111-17/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2019-02-101-40/+80
| | | | 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>
* tests: use quotes when including libkeccak.hLeo Izen2017-10-151-1/+1
| | | | | | | | 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.
* General improvementsMattias Andrée2017-10-141-0/+662
Signed-off-by: Mattias Andrée <maandree@kth.se>