Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix year duplication | Mattias Andrée | 2014-04-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | namespace c version | Mattias Andrée | 2014-02-11 | 1 | -22/+22 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | bump year | Mattias Andrée | 2014-02-11 | 1 | -2/+2 |
| | | | | 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 | 1 | -64/+42 |
| | | | | 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> | ||||
* | stronger license = better license | Mattias Andrée | 2013-08-09 | 1 | -6/+6 |
| | | | | 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 | 1 | -1/+1 |
| | | | | 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 | 1 | -76/+441 |
| | | | | 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> | ||||
* | corrected | Mattias Andrée | 2013-02-08 | 1 | -2/+2 |
| | | | | 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 | 1 | -8/+29 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | resolve pedantic warnings | Mattias Andrée | 2013-02-06 | 1 | -7/+13 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | and now it compiles | Mattias Andrée | 2013-02-06 | 1 | -23/+48 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | minor work on port | Mattias Andrée | 2013-02-06 | 1 | -2/+49 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | beginning of porting the command to c | Mattias Andrée | 2013-02-05 | 1 | -0/+304 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |