aboutsummaryrefslogtreecommitdiffstats
path: root/java-c-jni/SHA3.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-09stronger license = better licenseMattias Andrée1-3/+3
2013-07-24derpy bug fixMattias Andrée1-13/+26
2013-05-03fix partial byte outputMattias Andrée1-0/+3
2013-05-03apply change made to pure-java to other versionsMattias Andrée1-1/+1
2013-04-16fix binary logarithmMattias Andrée1-3/+11
2013-02-17fix jni warningsMattias Andrée1-4/+6
2013-02-16jni stuffMattias Andrée1-35/+33
2013-02-10copy the c version and add the jni methods (not implemented)Mattias Andrée1-4/+33
2013-02-08optimise c versionMattias Andrée1-213/+256
2013-02-08correctedMattias Andrée1-2/+9
2013-02-07mMattias Andrée1-1/+1
2013-02-07error in java version detected (c is identical) + c implemention other wise complete but not optimised (and misses blksize reading)Mattias Andrée1-3/+28
2013-02-05beginning of porting the command to cMattias Andrée1-1/+1
2013-02-05ported lib but untestedMattias Andrée1-2/+4
2013-02-05some more porting to cMattias Andrée1-45/+49
2013-02-05derpMattias Andrée1-1/+1
2013-02-05port `M.length`Mattias Andrée1-6/+11
2013-02-05message lenght parameter in tolaneMattias Andrée1-104/+106
2013-02-05remove two methods than cannot be used in cMattias Andrée1-22/+0
2013-02-05beginning of porting cMattias Andrée1-217/+229
2013-02-05basically coping the java version to c (naturally this does not compile)Mattias Andrée1-0/+601