aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 3d96ef0..a06bda2 100644
--- a/README
+++ b/README
@@ -80,3 +80,13 @@ between them and the other are quite small;
and of course the other hashing utilities from
other packages using other algorithm-families.
+---------------------------------------------------------------------
+
+The implementation of the algorithms is done
+in libkeccak (https://github.com/maandree/libkeccak),
+so to verify that this program is correct,
+verify libkeccak using its test suite
+(https://github.com/maandree/libkeccak/blob/master/src/test.c)
+and check that some of hashes are returned identically
+by sha3sum.
+