aboutsummaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m + fix java-c-jni implementationMattias Andrée2013-08-101-13/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-08-101-1/+1
| | | | 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>
* stronger license = better licenseMattias Andrée2013-08-093-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use st_blksize in c implementationMattias Andrée2013-07-241-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpy bug fixMattias Andrée2013-07-242-12/+27
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-07-241-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* forgot to initialise memort for setsMattias Andrée2013-06-251-4/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-06-171-5/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* change defaults (conflicts with Wikipedia but is based on official Keccak defaults; no defaults have yet been standardised)Mattias Andrée2013-06-171-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix for python versionMattias Andrée2013-06-171-10/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-06-163-87/+561
| | | | 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>
* mMattias Andrée2013-02-151-1/+1
| | | | 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-082-4/+11
| | | | 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-073-11/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* resolve pedantic warningsMattias Andrée2013-02-061-7/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* and now it compilesMattias Andrée2013-02-061-23/+48
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* minor work on portMattias Andrée2013-02-061-2/+49
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of porting the command to cMattias Andrée2013-02-053-1/+354
| | | | 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>