aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-02-07 20:15:30 +0100
committerMattias Andrée <maandree@operamail.com>2013-02-07 20:15:30 +0100
commitf69073bfe9b8566e456c9e1771db9da9ddd7182d (patch)
tree3e3d320b609b5f60aed0521735326387242d145c /README
parentresolve pedantic warnings (diff)
downloadsha3sum-f69073bfe9b8566e456c9e1771db9da9ddd7182d.tar.gz
sha3sum-f69073bfe9b8566e456c9e1771db9da9ddd7182d.tar.bz2
sha3sum-f69073bfe9b8566e456c9e1771db9da9ddd7182d.tar.xz
error in java version detected (c is identical) + c implemention other wise complete but not optimised (and misses blksize reading)
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 801f28e..6750307 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
COMPLETE STATUS:
- Pure Java 1.2+ :: optimised
+ Pure Java 1.2+ :: incorrect, optimised
Python 3 :: optimised
- C ISO C90 :: under development
+ C ISO C90 :: incorrect(as java), not optimised
Java/C JNI :: planned (after c)
NASM :: planned (maybe, after jni)
Haskell :: planned (maybe)