| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-22 | m fixes1.4.3 | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2022-02-27 | Add cSHAKE | Mattias Andrée | 1 | -66/+178 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2022-02-26 | Add tests for byte-incomplete output | Mattias Andrée | 1 | -1/+75 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2022-02-26 | Add some known-answer tests | Mattias Andrée | 1 | -1/+312 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2021-07-30 | Fix clang warnings | Mattias Andrée | 1 | -2/+13 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 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 | 1 | -5/+5 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2019-02-11 | General improvements | Mattias Andrée | 1 | -112/+204 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2019-02-11 | Deprecate typedefs | Mattias Andrée | 1 | -17/+17 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2019-02-10 | Fix warnings | Mattias Andrée | 1 | -35/+75 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2019-02-09 | Add test from github issue #101.1.5 | Mattias Andrée | 1 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-10-15 | tests: use quotes when including libkeccak.h | Leo Izen | 1 | -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-14 | General improvements | Mattias Andrée | 1 | -0/+0 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-10-13 | Change style and license | Mattias Andrée | 1 | -529/+524 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2015-07-25 | bump year | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-11 | add another test | Mattias Andrée | 1 | -0/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-11 | bug fixed, but found that large outputs does not work correctly | Mattias Andrée | 1 | -0/+32 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-07 | something seems to be wrong in libkeccak_f_round (not libkeccak_f_round64), but I have not figured out what | Mattias Andrée | 1 | -2/+34 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-06 | add todo | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | update the test for the last commit | Mattias Andrée | 1 | -13/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | test.c does not need its own directory | Mattias Andrée | 1 | -0/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | m | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | m doc | Mattias Andrée | 1 | -0/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | add test for file | Mattias Andrée | 1 | -1/+61 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | test squeeze functions | Mattias Andrée | 1 | -3/+105 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | add test for libkeccak_update | Mattias Andrée | 1 | -6/+110 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | m | Mattias Andrée | 1 | -24/+24 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | test cases | Mattias Andrée | 1 | -6/+101 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | fix bugs | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | m | Mattias Andrée | 1 | -57/+57 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | add sha3 test cases, they failed | Mattias Andrée | 1 | -0/+78 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | test state + m doc fix + m fix | Mattias Andrée | 1 | -4/+61 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-05 | beginning of test | Mattias Andrée | 1 | -0/+97 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
