Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-18 | Update link to libkeccak in DEPENDENCIES | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-03-25 | Bump year | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-03-25 | Style fix | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-03-25 | Remove unnecessary call to close | Mattias Andrée | 1 | -1/+0 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-03-25 | Fix github issue #341.2.2 | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-02-26 | Add support for new spec error in libkeccak | Mattias Andrée | 2 | -12/+14 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-02-26 | Add shake128sum and rawshake128sum | Mattias Andrée | 4 | -0/+10 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-02-18 | Update clean rule in Makefile1.2.1 | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-11-04 | Do not use -i option with sed(1), not in POSIX | Mattias Andrée | 1 | -3/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-10-22 | Update readme | Mattias Andrée | 1 | -0/+6 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-10-21 | Update year in LICENSE | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-10-21 | Use lowercase by default1.2 | Mattias Andrée | 3 | -70/+72 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-10-21 | test: check that -c accepts both uppercase and lowercase | Mattias Andrée | 1 | -6/+6 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-10-21 | Add multicall binary option | Mattias Andrée | 4 | -3/+61 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-10-21 | Update test for -z | Mattias Andrée | 1 | -1/+26 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-10-21 | Add sha3sum for compatibility with busybox (-w and -s are however not support) | Mattias Andrée | 6 | -5/+128 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-10-21 | Add -z | Mattias Andrée | 3 | -36/+72 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-10-21 | Fix typo in man page | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2019-02-14 | Deps: requires libkeccak>=1.2 to build | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2019-02-11 | Update for libkeccak 1.21.1.5 | Mattias Andrée | 2 | -28/+28 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-11-18 | Fix typo1.1.4 | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-11-15 | Validate input given with -x is specified1.1.3 | Mattias Andrée | 1 | -5/+10 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-11-15 | Fix buffer overflow | Mattias Andrée | 1 | -1/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-19 | Fix arg.h1.1.2 | Mattias Andrée | 1 | -33/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-15 | make check: build binaries1.1.1 | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-15 | Makefile: use "rm -f" upon cleaning and uninstalling | Leo Izen | 1 | -5/+4 | |
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". | |||||
2017-10-15 | test: use POSIX-compliant printf | Leo Izen | 1 | -1/+1 | |
The test shell script had previously used \x notation, which is not POSIX-compliant and therefore is "undefined behavior." In this case, the script will fail if /bin/sh is DASH or some other minimal shell. This commit replaces the hexadecimal \x notation with \ddd octal notation, which is strictly POSIX-compliant and will work in any POSIX shell located at /bin/sh. | |||||
2017-10-15 | Fix dependencies in makefile1.1 | Mattias Andrée | 3 | -4/+3 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-15 | Add test | Mattias Andrée | 4 | -8/+131 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-15 | Improve the code | Mattias Andrée | 3 | -220/+215 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-14 | Generate all C files except common.c and keccaksum.c | Mattias Andrée | 17 | -150/+36 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-14 | Use arg.h instead of argparser | Mattias Andrée | 18 | -151/+219 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-14 | Update readme | Mattias Andrée | 1 | -39/+37 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-14 | Simplify makefile | Mattias Andrée | 18 | -107/+60 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-14 | Do not use texman | Mattias Andrée | 4 | -117/+117 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-10-14 | Change license, change style, and remove crap | Mattias Andrée | 29 | -2525/+489 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-05-31 | move `-lkeccak -largparse` to the end of the linking instruction | Jakub Hlusička | 1 | -1/+1 | |
2015-11-28 | improve readme | Mattias Andrée | 1 | -87/+124 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-08-15 | dist | Mattias Andrée | 3 | -0/+52 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-08-15 | sha-3 is now standardised1.0 | Mattias Andrée | 1 | -4/+0 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-04-06 | fix currency problem with building the texinfo manual to all forms when building with -j | Mattias Andrée | 1 | -12/+12 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2015-03-28 | readme: testing | Mattias Andrée | 1 | -0/+10 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-12-03 | typo | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-11-27 | typo | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |