index
:
sha3sum
master
[Feature complete] SHA-3 and Keccak checksum utility
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java-c-jni
/
SHA3.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-11
fix bug in the c versions for smaller state sizes
Mattias Andrée
1
-6
/
+12
2014-11-04
whoops, error in non-python version when hashing with a wordsize below 64 bits
Mattias Andrée
1
-2
/
+2
2014-08-21
fix error in partial bit support for c implementations
Mattias Andrée
1
-4
/
+8
2014-08-21
beginning on support for partial bytes, c implemention is not working correctly
Mattias Andrée
1
-21
/
+48
2014-02-11
bump year
Mattias Andrée
1
-1
/
+1
2013-08-10
missed to update this
Mattias Andrée
1
-2
/
+2
2013-08-10
m + fix java-c-jni implementation
Mattias Andrée
1
-25
/
+26
2013-08-10
misc
Mattias Andrée
1
-21
/
+119
2013-08-10
fix java-c-jni sigsegv
Mattias Andrée
1
-5
/
+8
2013-08-09
stronger license = better license
Mattias Andrée
1
-3
/
+3
2013-07-24
derpy bug fix
Mattias Andrée
1
-13
/
+26
2013-05-03
fix partial byte output
Mattias Andrée
1
-0
/
+3
2013-05-03
apply change made to pure-java to other versions
Mattias Andrée
1
-1
/
+1
2013-04-16
fix binary logarithm
Mattias Andrée
1
-3
/
+11
2013-02-17
fix jni warnings
Mattias Andrée
1
-4
/
+6
2013-02-16
jni stuff
Mattias Andrée
1
-35
/
+33
2013-02-10
copy the c version and add the jni methods (not implemented)
Mattias Andrée
1
-4
/
+33
2013-02-08
optimise c version
Mattias Andrée
1
-213
/
+256
2013-02-08
corrected
Mattias Andrée
1
-2
/
+9
2013-02-07
m
Mattias Andrée
1
-1
/
+1
2013-02-07
error in java version detected (c is identical) + c implemention other wise complete but not optimised (and misses blksize reading)
Mattias Andrée
1
-3
/
+28
2013-02-05
beginning of porting the command to c
Mattias Andrée
1
-1
/
+1
2013-02-05
ported lib but untested
Mattias Andrée
1
-2
/
+4
2013-02-05
some more porting to c
Mattias Andrée
1
-45
/
+49
2013-02-05
derp
Mattias Andrée
1
-1
/
+1
2013-02-05
port `M.length`
Mattias Andrée
1
-6
/
+11
2013-02-05
message lenght parameter in tolane
Mattias Andrée
1
-104
/
+106
2013-02-05
remove two methods than cannot be used in c
Mattias Andrée
1
-22
/
+0
2013-02-05
beginning of porting c
Mattias Andrée
1
-217
/
+229
2013-02-05
basically coping the java version to c (naturally this does not compile)
Mattias Andrée
1
-0
/
+601