| Commit message (Collapse) | Author | Files | Lines |
|
Found by sitd2813
Signed-off-by: Mattias Andrée <m@maandree.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
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.
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
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.
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|