aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* forgot to wipe at reallocMattias Andrée2014-02-111-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version: make the state accessibleMattias Andrée2014-02-112-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 freeingMattias Andrée2014-02-112-1/+48
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add thread supportMattias Andrée2014-02-112-14/+25
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-02-112-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* namespace c versionMattias Andrée2014-02-113-92/+92
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-1119-25/+25
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add reference hash for license file using default parametersMattias Andrée2014-02-111-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-02-095-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use -h for --help and -x for --hex (issue #12)Mattias Andrée2014-02-097-17/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ...Mattias Andrée2014-02-091-1/+1
|
* -h was used for both --help and --hex, -H is now --help and -h is now only --hex (iisue #12)Mattias Andrée2014-02-095-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Merge pull request #11 from kseistrup/patch-2Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2014-02-091-0/+3
|\ | | | | Update sha3sum.c
| * Update sha3sum.cKlaus Alexander Seistrup2014-02-091-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.
* | Merge pull request #9 from kseistrup/patch-1Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2014-02-091-1/+1
|\ \ | |/ |/| Update sha3sum.c
| * Update sha3sum.cKlaus Alexander Seistrup2014-02-091-1/+1
|/ | | Corrected a typo: chechsum → checksum
* miscMattias Andrée2014-02-054-106/+103
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add note on why versions are not being taggedMattias Andrée2013-08-281-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* comparison against other hashesMattias Andrée2013-08-101-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve python performanceMattias Andrée2013-08-103-220/+226
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update performance of java versionMattias Andrée2013-08-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-102-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-102-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improved memoery management in java versionMattias Andrée2013-08-102-8/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* pad10star1 returns actual length of messageMattias Andrée2013-08-102-18/+24
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* calculate n in tolane methods at callerMattias Andrée2013-08-102-219/+233
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-101-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* apply change maked to non-concurrentable to concurrentableMattias Andrée2013-08-101-145/+142
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* make message variable static rather local, increased performanceMattias Andrée2013-08-101-145/+142
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed to update thisMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2013-08-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add emphasisMattias Andrée2013-08-101-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2013-08-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bug evaluating large filesMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* create so and jarsMattias Andrée2013-08-101-7/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add performance comparsionMattias Andrée2013-08-101-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* apply changes made in python3 to python2 versionMattias Andrée2013-08-102-365/+360
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-101-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update gitignoreMattias Andrée2013-08-101-2/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve python3 version speed by never using static methodsMattias Andrée2013-08-101-139/+134
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add support for concurrent threads in python3 versionMattias Andrée2013-08-102-356/+352
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split python2 version into two filesMattias Andrée2013-08-102-617/+639
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split python3 version into two filesMattias Andrée2013-08-102-611/+632
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add concurrency support in javaMattias Andrée2013-08-101-0/+760
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix java-c-jni implementationMattias Andrée2013-08-104-41/+41
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-08-105-65/+132
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* do not allow extra argumentsMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>