aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-22m fixes1.4.3Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
2022-02-27Add cSHAKEMattias Andrée1-66/+178
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-26Add tests for byte-incomplete outputMattias Andrée1-1/+75
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-26Add some known-answer testsMattias Andrée1-1/+312
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-07-30Fix clang warningsMattias Andrée1-2/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-12Deprecate libkeccak_{state,hmac}_{unmarshal_skip,marshal_size} and replace with the functions without the _skip or _size suffixMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11General improvementsMattias Andrée1-112/+204
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-11Deprecate typedefsMattias Andrée1-17/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Fix warningsMattias Andrée1-35/+75
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-09Add test from github issue #101.1.5Mattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-15tests: use quotes when including libkeccak.hLeo Izen1-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.
2017-10-14General improvementsMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-13Change style and licenseMattias Andrée1-529/+524
Signed-off-by: Mattias Andrée <maandree@kth.se>
2015-07-25bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-11add another testMattias Andrée1-0/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-11bug fixed, but found that large outputs does not work correctlyMattias Andrée1-0/+32
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-07something seems to be wrong in libkeccak_f_round (not libkeccak_f_round64), but I have not figured out whatMattias Andrée1-2/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-06add todoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05update the test for the last commitMattias Andrée1-13/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05test.c does not need its own directoryMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05mMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05m docMattias Andrée1-0/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05add test for fileMattias Andrée1-1/+61
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05test squeeze functionsMattias Andrée1-3/+105
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05add test for libkeccak_updateMattias Andrée1-6/+110
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05mMattias Andrée1-24/+24
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05test casesMattias Andrée1-6/+101
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05fix bugsMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05mMattias Andrée1-57/+57
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05add sha3 test cases, they failedMattias Andrée1-0/+78
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05test state + m doc fix + m fixMattias Andrée1-4/+61
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-05beginning of testMattias Andrée1-0/+97
Signed-off-by: Mattias Andrée <maandree@operamail.com>