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 | 13 | -164/+888 |
* | 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 | 2 | -1/+48 |
* | add thread support | Mattias Andrée | 2014-02-11 | 2 | -14/+25 |
* | 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 | 19 | -25/+25 |
* | add reference hash for license file using default parameters | Mattias Andrée | 2014-02-11 | 1 | -0/+1 |
* | typo | Mattias Andrée | 2014-02-09 | 5 | -5/+5 |
* | use -h for --help and -x for --hex (issue #12) | Mattias Andrée | 2014-02-09 | 7 | -17/+17 |
* | ... | Mattias Andrée | 2014-02-09 | 1 | -1/+1 |
* | -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 | 5 | -5/+5 |
* | 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 |
* | | Merge pull request #9 from kseistrup/patch-1 | Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] | 2014-02-09 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Update sha3sum.c | Klaus Alexander Seistrup | 2014-02-09 | 1 | -1/+1 |
|/ | |||||
* | misc | Mattias Andrée | 2014-02-05 | 4 | -106/+103 |
* | add note on why versions are not being tagged | Mattias Andrée | 2013-08-28 | 1 | -0/+2 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | comparison against other hashes | Mattias Andrée | 2013-08-10 | 1 | -0/+8 |
* | improve python performance | Mattias Andrée | 2013-08-10 | 3 | -220/+226 |
* | update performance of java version | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | m | Mattias Andrée | 2013-08-10 | 2 | -2/+2 |
* | m | Mattias Andrée | 2013-08-10 | 2 | -4/+4 |
* | improved memoery management in java version | Mattias Andrée | 2013-08-10 | 2 | -8/+23 |
* | pad10star1 returns actual length of message | Mattias Andrée | 2013-08-10 | 2 | -18/+24 |
* | calculate n in tolane methods at caller | Mattias Andrée | 2013-08-10 | 2 | -219/+233 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -7/+7 |
* | apply change maked to non-concurrentable to concurrentable | Mattias Andrée | 2013-08-10 | 1 | -145/+142 |
* | make message variable static rather local, increased performance | Mattias Andrée | 2013-08-10 | 1 | -145/+142 |
* | missed to update this | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | typo | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | add emphasis | Mattias Andrée | 2013-08-10 | 1 | -3/+3 |
* | typo | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | fix bug evaluating large files | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | create so and jars | Mattias Andrée | 2013-08-10 | 1 | -7/+26 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | add performance comparsion | Mattias Andrée | 2013-08-10 | 1 | -0/+11 |
* | apply changes made in python3 to python2 version | Mattias Andrée | 2013-08-10 | 2 | -365/+360 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -0/+4 |
* | update gitignore | Mattias Andrée | 2013-08-10 | 1 | -2/+12 |
* | improve python3 version speed by never using static methods | Mattias Andrée | 2013-08-10 | 1 | -139/+134 |
* | add support for concurrent threads in python3 version | Mattias Andrée | 2013-08-10 | 2 | -356/+352 |
* | split python2 version into two files | Mattias Andrée | 2013-08-10 | 2 | -617/+639 |
* | split python3 version into two files | Mattias Andrée | 2013-08-10 | 2 | -611/+632 |