Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | beginning on support for partial bytes, c implemention is not working correctly | Mattias Andrée | 2014-08-21 | 3 | -36/+94 |
* | fix memory leak | Mattias Andrée | 2014-04-23 | 1 | -1/+1 |
* | fix year duplication | Mattias Andrée | 2014-04-23 | 1 | -2/+2 |
* | 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 |
* | c version: add inclusion guard | Mattias Andrée | 2014-02-12 | 1 | -0/+6 |
* | forgot to wipe at realloc | Mattias Andrée | 2014-02-11 | 1 | -0/+4 |
* | c version: make the state accessible | Mattias Andrée | 2014-02-11 | 2 | -0/+19 |
* | 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 |
* | add thread support | Mattias Andrée | 2014-02-11 | 1 | -14/+22 |
* | typo | Mattias Andrée | 2014-02-11 | 2 | -2/+2 |
* | namespace c version | Mattias Andrée | 2014-02-11 | 3 | -92/+92 |
* | bump year | Mattias Andrée | 2014-02-11 | 3 | -4/+4 |
* | use -h for --help and -x for --hex (issue #12) | Mattias Andrée | 2014-02-09 | 1 | -3/+3 |
* | -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 |
* | 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 | Klaus Alexander Seistrup | 2014-02-09 | 1 | -0/+3 |
* | | Update sha3sum.c | Klaus Alexander Seistrup | 2014-02-09 | 1 | -1/+1 |
|/ | |||||
* | misc | Mattias Andrée | 2014-02-05 | 3 | -106/+100 |
* | fix bug evaluating large files | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | m + fix java-c-jni implementation | Mattias Andrée | 2013-08-10 | 1 | -13/+12 |
* | misc | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | do not allow extra arguments | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | stronger license = better license | Mattias Andrée | 2013-08-09 | 3 | -12/+12 |
* | use st_blksize in c implementation | Mattias Andrée | 2013-07-24 | 1 | -2/+5 |
* | derpy bug fix | Mattias Andrée | 2013-07-24 | 2 | -12/+27 |
* | m | Mattias Andrée | 2013-07-24 | 1 | -3/+3 |
* | forgot to initialise memort for sets | Mattias Andrée | 2013-06-25 | 1 | -4/+16 |
* | m | Mattias Andrée | 2013-06-17 | 1 | -5/+1 |
* | 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 |
* | m + fix for python version | Mattias Andrée | 2013-06-17 | 1 | -10/+10 |
* | misc | Mattias Andrée | 2013-06-16 | 3 | -87/+561 |
* | fix partial byte output | Mattias Andrée | 2013-05-03 | 1 | -0/+3 |
* | apply change made to pure-java to other versions | Mattias Andrée | 2013-05-03 | 1 | -1/+1 |
* | fix binary logarithm | Mattias Andrée | 2013-04-16 | 1 | -3/+11 |
* | m | Mattias Andrée | 2013-02-15 | 1 | -1/+1 |
* | support 8th bit in c version | Mattias Andrée | 2013-02-15 | 1 | -9/+9 |
* | derp | Mattias Andrée | 2013-02-15 | 1 | -3/+3 |
* | correction on c version | Mattias Andrée | 2013-02-15 | 1 | -22/+31 |
* | optimise c version | Mattias Andrée | 2013-02-08 | 1 | -213/+256 |
* | corrected | Mattias Andrée | 2013-02-08 | 2 | -4/+11 |
* | m | Mattias Andrée | 2013-02-07 | 1 | -1/+1 |
* | 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 |
* | resolve pedantic warnings | Mattias Andrée | 2013-02-06 | 1 | -7/+13 |
* | and now it compiles | Mattias Andrée | 2013-02-06 | 1 | -23/+48 |
* | minor work on port | Mattias Andrée | 2013-02-06 | 1 | -2/+49 |
* | beginning of porting the command to c | Mattias Andrée | 2013-02-05 | 3 | -1/+354 |
* | ported lib but untested | Mattias Andrée | 2013-02-05 | 1 | -2/+4 |
* | some more porting to c | Mattias Andrée | 2013-02-05 | 1 | -45/+49 |
* | derp | Mattias Andrée | 2013-02-05 | 1 | -1/+1 |
* | port `M.length` | Mattias Andrée | 2013-02-05 | 1 | -6/+11 |