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
/
pure-java
/
SHA3.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-02-05
basically coping the java version to c (naturally this does not compile)
Mattias Andrée
1
-8
/
+0
2013-02-05
misc
Mattias Andrée
1
-0
/
+0
2013-02-05
java optimised
Mattias Andrée
1
-46
/
+34
2013-02-05
optimise first part of the theta step
Mattias Andrée
1
-5
/
+2
2013-02-05
optimise chi step
Mattias Andrée
1
-30
/
+8
2013-02-05
a bit of optimisation on the round (last part)
Mattias Andrée
1
-18
/
+14
2013-02-05
optimise keccak-f and rotate
Mattias Andrée
1
-28
/
+4
2013-02-05
move inte directories based on language
Mattias Andrée
1
-0
/
+0
2013-02-05
java fixed small convertions derps, one important thing is that x >>> n = x if n == 64
Mattias Andrée
1
-16
/
+25
2013-02-04
m + twist at squeeze in java
Mattias Andrée
1
-4
/
+2
2013-02-04
m
Mattias Andrée
1
-53
/
+99
2013-02-04
the java program (does not hash as python, but I think python also got som bug sneaked in)
Mattias Andrée
1
-7
/
+7
2013-02-04
support for slaxed chunks
Mattias Andrée
1
-7
/
+31
2013-02-04
the java lib compiles
Mattias Andrée
1
-69
/
+85
2013-02-04
m + work on java implementation
Mattias Andrée
1
-0
/
+585