keccak-tiny
keccak-tiny copied to clipboard
A tiny implementation of SHA-3, SHAKE, Keccak, and sha3sum
After building the library and referencing the header I still get the error "undefined reference to `shake256'"
Hello, I would like to do some -maybe- noob questions. When I try to execute the do.sh file I am unable to execute. I receive **./do.sh: 2: ./do.sh: Syntax error:...
Example Usage: Output overflows buffer to stdin causing getchar() to close the console immediately after execution. ``` uint8_t in[8] = {0x58, 0x7c, 0xb3, 0x98, 0xfe, 0x82, 0xff, 0xda}; uint8_t out[32];...
The keccak tweet thing should be edited to reflect on the change
I am creating this issue as a warning that keccak-tiny unfortunately assumes little-endian (will produce incorrect results on big-endian architectures), violates C strict aliasing rules (_might_ produce incorrect results in...
Since this is ~4 years old, maybe it is time to try and rewrite the code to be smaller, then possibly golfing the code in different languages like Python, Perl...
Running do.sh ./do.sh: command substitution: line 2: syntax error near unexpected token `||' Recommended to remove the extra || in the line containing ||||
The example is given `shake256(out, 256, in, inlen);` but the second arg mus be in BYTES not bits!