aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix bugMattias Andrée2014-11-116-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bug in the c versions for smaller state sizesMattias Andrée2014-11-112-12/+24
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix for issue #14Mattias Andrée2014-11-111-7/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoops, error in non-python version when hashing with a wordsize below 64 bitsMattias Andrée2014-11-044-104/+104
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-11-041-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-11-031-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-08-216-30/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix error in partial bit support for c implementationsMattias Andrée2014-08-214-28/+36
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* screw that, I am not doing valaMattias Andrée2014-08-212-854/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée2014-08-2113-164/+888
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix memory leakMattias Andrée2014-04-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix year duplicationMattias Andrée2014-04-231-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version: instead of defining restrict as empty if not WITH_C99, define restrict_ as restrict if WITH_C99Mattias Andrée2014-02-122-10/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version: add inclusion guardMattias Andrée2014-02-121-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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>