diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-02-05 01:01:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-02-05 01:01:03 +0100 |
commit | 07dc2de0c241b4223dac4ebff4813a64291563f1 (patch) | |
tree | 4f130fbc853e6ccd35d091a71ca1066efb78698a /README | |
parent | m + twist at squeeze in java (diff) | |
download | sha3sum-07dc2de0c241b4223dac4ebff4813a64291563f1.tar.gz sha3sum-07dc2de0c241b4223dac4ebff4813a64291563f1.tar.bz2 sha3sum-07dc2de0c241b4223dac4ebff4813a64291563f1.tar.xz |
java fixed small convertions derps, one important thing is that x >>> n = x if n == 64
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ COMPLETE STATUS: python :: optimised - java :: not correct, not optimised + java :: not optimised c :: planned (after java) nasm :: planned (maybe, after c) haskell :: planned (maybe) |