Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make makefile portable1.2.3 | Mattias Andrée | 2023-07-02 | 4 | -56/+78 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update link to libkeccak in DEPENDENCIES | Mattias Andrée | 2022-07-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Bump year | Mattias Andrée | 2022-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Style fix | Mattias Andrée | 2022-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Remove unnecessary call to close | Mattias Andrée | 2022-03-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Merge branch 'patch' | Mattias Andrée | 2022-03-25 | 1 | -1/+1 |
|\ | |||||
| * | Fix github issue #341.2.2 | Mattias Andrée | 2022-03-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | Add support for new spec error in libkeccak | Mattias Andrée | 2022-02-26 | 2 | -12/+14 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | Add shake128sum and rawshake128sum | Mattias Andrée | 2022-02-26 | 4 | -0/+10 |
|/ | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update clean rule in Makefile1.2.1 | Mattias Andrée | 2021-02-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Do not use -i option with sed(1), not in POSIX | Mattias Andrée | 2020-11-04 | 1 | -3/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update readme | Mattias Andrée | 2020-10-22 | 1 | -0/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update year in LICENSE | Mattias Andrée | 2020-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Use lowercase by default1.2 | Mattias Andrée | 2020-10-21 | 3 | -70/+72 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | test: check that -c accepts both uppercase and lowercase | Mattias Andrée | 2020-10-21 | 1 | -6/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add multicall binary option | Mattias Andrée | 2020-10-21 | 4 | -3/+61 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update test for -z | Mattias Andrée | 2020-10-21 | 1 | -1/+26 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add sha3sum for compatibility with busybox (-w and -s are however not support) | Mattias Andrée | 2020-10-21 | 6 | -5/+128 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add -z | Mattias Andrée | 2020-10-21 | 3 | -36/+72 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix typo in man page | Mattias Andrée | 2020-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Deps: requires libkeccak>=1.2 to build | Mattias Andrée | 2019-02-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update for libkeccak 1.21.1.5 | Mattias Andrée | 2019-02-11 | 2 | -28/+28 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix typo1.1.4 | Mattias Andrée | 2017-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Validate input given with -x is specified1.1.3 | Mattias Andrée | 2017-11-15 | 1 | -5/+10 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix buffer overflow | Mattias Andrée | 2017-11-15 | 1 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix arg.h1.1.2 | Mattias Andrée | 2017-10-19 | 1 | -33/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | make check: build binaries1.1.1 | Mattias Andrée | 2017-10-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Merge pull request #21 from thebombzen/master | Mattias Andrée | 2017-10-15 | 2 | -6/+5 |
|\ | | | | | Two minor fixes | ||||
| * | Makefile: use "rm -f" upon cleaning and uninstalling | Leo Izen | 2017-10-15 | 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". | ||||
| * | test: use POSIX-compliant printf | Leo Izen | 2017-10-15 | 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. | ||||
* | Fix dependencies in makefile1.1 | Mattias Andrée | 2017-10-15 | 3 | -4/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add test | Mattias Andrée | 2017-10-15 | 4 | -8/+131 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Improve the code | Mattias Andrée | 2017-10-15 | 3 | -220/+215 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Generate all C files except common.c and keccaksum.c | Mattias Andrée | 2017-10-14 | 17 | -150/+36 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Use arg.h instead of argparser | Mattias Andrée | 2017-10-14 | 18 | -151/+219 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update readme | Mattias Andrée | 2017-10-14 | 1 | -39/+37 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Simplify makefile | Mattias Andrée | 2017-10-14 | 18 | -107/+60 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Do not use texman | Mattias Andrée | 2017-10-14 | 4 | -117/+117 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Change license, change style, and remove crap | Mattias Andrée | 2017-10-14 | 29 | -2525/+489 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Merge pull request #17 from Limeth/master | Mattias Andrée | 2017-05-31 | 1 | -1/+1 |
|\ | | | | | move `-lkeccak -largparse` to the end of the linking instruction | ||||
| * | move `-lkeccak -largparse` to the end of the linking instruction | Jakub Hlusička | 2017-05-31 | 1 | -1/+1 |
|/ | |||||
* | improve readme | Mattias Andrée | 2015-11-28 | 1 | -87/+124 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | dist | Mattias Andrée | 2015-08-15 | 3 | -0/+52 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | sha-3 is now standardised1.0 | Mattias Andrée | 2015-08-15 | 1 | -4/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix currency problem with building the texinfo manual to all forms when building with -j | Mattias Andrée | 2015-04-06 | 1 | -12/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | readme: testing | Mattias Andrée | 2015-03-28 | 1 | -0/+10 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2014-12-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2014-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update todo | Mattias Andrée | 2014-11-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix installation dir for man pages, missed /man1 | Mattias Andrée | 2014-11-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |