aboutsummaryrefslogtreecommitdiffstats
path: root/c/sha3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add thread supportMattias Andrée2014-02-111-14/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-02-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* namespace c versionMattias Andrée2014-02-111-63/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-02-051-39/+36
| | | | 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>
* m + fix java-c-jni implementationMattias Andrée2013-08-101-13/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* stronger license = better licenseMattias Andrée2013-08-091-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpy bug fixMattias Andrée2013-07-241-11/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-06-161-8/+91
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix partial byte outputMattias Andrée2013-05-031-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* apply change made to pure-java to other versionsMattias Andrée2013-05-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix binary logarithmMattias Andrée2013-04-161-3/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* support 8th bit in c versionMattias Andrée2013-02-151-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2013-02-151-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* correction on c versionMattias Andrée2013-02-151-22/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimise c versionMattias Andrée2013-02-081-213/+256
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* correctedMattias Andrée2013-02-081-2/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-02-071-1/+1
| | | | 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ée2013-02-071-3/+28
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of porting the command to cMattias Andrée2013-02-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ported lib but untestedMattias Andrée2013-02-051-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some more porting to cMattias Andrée2013-02-051-45/+49
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2013-02-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* port `M.length`Mattias Andrée2013-02-051-6/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* message lenght parameter in tolaneMattias Andrée2013-02-051-104/+106
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove two methods than cannot be used in cMattias Andrée2013-02-051-22/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of porting cMattias Andrée2013-02-051-217/+229
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* basically coping the java version to c (naturally this does not compile)Mattias Andrée2013-02-051-0/+601
Signed-off-by: Mattias Andrée <maandree@operamail.com>