Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whoops, error in non-python version when hashing with a wordsize below 64 bits | Mattias Andrée | 2014-11-04 | 1 | -2/+2 |
* | derp | Mattias Andrée | 2014-11-04 | 1 | -2/+2 |
* | fix error in partial bit support for c implementations | Mattias Andrée | 2014-08-21 | 1 | -14/+18 |
* | beginning on support for partial bytes, c implemention is not working correctly | Mattias Andrée | 2014-08-21 | 1 | -26/+62 |
* | fix memory leak | Mattias Andrée | 2014-04-23 | 1 | -1/+1 |
* | 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 | 1 | -7/+7 |
* | 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 | 1 | -0/+11 |
* | 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 | 1 | -1/+1 |
* | namespace c version | Mattias Andrée | 2014-02-11 | 1 | -63/+63 |
* | bump year | Mattias Andrée | 2014-02-11 | 1 | -1/+1 |
* | misc | Mattias Andrée | 2014-02-05 | 1 | -39/+36 |
* | 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 |
* | stronger license = better license | Mattias Andrée | 2013-08-09 | 1 | -3/+3 |
* | derpy bug fix | Mattias Andrée | 2013-07-24 | 1 | -11/+26 |
* | misc | Mattias Andrée | 2013-06-16 | 1 | -8/+91 |
* | 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 |
* | 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 | 1 | -2/+9 |
* | 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 | 1 | -3/+28 |
* | beginning of porting the command to c | Mattias Andrée | 2013-02-05 | 1 | -1/+1 |
* | 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 |
* | message lenght parameter in tolane | Mattias Andrée | 2013-02-05 | 1 | -104/+106 |
* | remove two methods than cannot be used in c | Mattias Andrée | 2013-02-05 | 1 | -22/+0 |
* | beginning of porting c | Mattias Andrée | 2013-02-05 | 1 | -217/+229 |
* | basically coping the java version to c (naturally this does not compile) | Mattias Andrée | 2013-02-05 | 1 | -0/+601 |