Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nuke... | Mattias Andrée | 2014-11-13 | 3 | -1802/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix bug | Mattias Andrée | 2014-11-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix bug in the c versions for smaller state sizes | Mattias Andrée | 2014-11-11 | 1 | -6/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whoops, error in non-python version when hashing with a wordsize below 64 bits | Mattias Andrée | 2014-11-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | derp | Mattias Andrée | 2014-11-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | derp | Mattias Andrée | 2014-11-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-08-21 | 1 | -5/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix error in partial bit support for c implementations | Mattias Andrée | 2014-08-21 | 2 | -22/+26 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | beginning on support for partial bytes, c implemention is not working correctly | Mattias Andrée | 2014-08-21 | 3 | -36/+94 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix memory leak | Mattias Andrée | 2014-04-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix year duplication | Mattias Andrée | 2014-04-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | c version: instead of defining restrict as empty if not WITH_C99, define restrict_ as restrict if WITH_C99 | Mattias Andrée | 2014-02-12 | 2 | -10/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | c version: add inclusion guard | Mattias Andrée | 2014-02-12 | 1 | -0/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | forgot to wipe at realloc | Mattias Andrée | 2014-02-11 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | c version: make the state accessible | Mattias Andrée | 2014-02-11 | 2 | -0/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | c version: make with WITH_WIPE=yes to wipe the state and message buffer before freeing | Mattias Andrée | 2014-02-11 | 1 | -0/+43 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add thread support | Mattias Andrée | 2014-02-11 | 1 | -14/+22 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2014-02-11 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | namespace c version | Mattias Andrée | 2014-02-11 | 3 | -92/+92 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | bump year | Mattias Andrée | 2014-02-11 | 3 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | use -h for --help and -x for --hex (issue #12) | Mattias Andrée | 2014-02-09 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | -h was used for both --help and --hex, -H is now --help and -h is now only --hex (iisue #12) | Mattias Andrée | 2014-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | Merge pull request #11 from kseistrup/patch-2 | Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] | 2014-02-09 | 1 | -0/+3 |
|\ | | | | | Update sha3sum.c | ||||
| * | Update sha3sum.c | Klaus Alexander Seistrup | 2014-02-09 | 1 | -0/+3 |
| | | | | | | | | The code in sha3sum.c didn't put a `'\0'` char at the end of the `out` buffer, and the binary equivalent of the hexdigest was output to the terminal. This patch seems to remedy the case and fixes #10. | ||||
* | | Update sha3sum.c | Klaus Alexander Seistrup | 2014-02-09 | 1 | -1/+1 |
|/ | | | Corrected a typo: chechsum → checksum | ||||
* | misc | Mattias Andrée | 2014-02-05 | 3 | -106/+100 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix bug evaluating large files | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + fix java-c-jni implementation | Mattias Andrée | 2013-08-10 | 1 | -13/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | misc | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | do not allow extra arguments | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | stronger license = better license | Mattias Andrée | 2013-08-09 | 3 | -12/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | use st_blksize in c implementation | Mattias Andrée | 2013-07-24 | 1 | -2/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | derpy bug fix | Mattias Andrée | 2013-07-24 | 2 | -12/+27 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2013-07-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | forgot to initialise memort for sets | Mattias Andrée | 2013-06-25 | 1 | -4/+16 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2013-06-17 | 1 | -5/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | change defaults (conflicts with Wikipedia but is based on official Keccak defaults; no defaults have yet been standardised) | Mattias Andrée | 2013-06-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + fix for python version | Mattias Andrée | 2013-06-17 | 1 | -10/+10 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | misc | Mattias Andrée | 2013-06-16 | 3 | -87/+561 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix partial byte output | Mattias Andrée | 2013-05-03 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | apply change made to pure-java to other versions | Mattias Andrée | 2013-05-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix binary logarithm | Mattias Andrée | 2013-04-16 | 1 | -3/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2013-02-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | support 8th bit in c version | Mattias Andrée | 2013-02-15 | 1 | -9/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | derp | Mattias Andrée | 2013-02-15 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | correction on c version | Mattias Andrée | 2013-02-15 | 1 | -22/+31 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | optimise c version | Mattias Andrée | 2013-02-08 | 1 | -213/+256 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | corrected | Mattias Andrée | 2013-02-08 | 2 | -4/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2013-02-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | error in java version detected (c is identical) + c implemention other wise complete but not optimised (and misses blksize reading) | Mattias Andrée | 2013-02-07 | 3 | -11/+63 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |