diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-03-28 15:09:19 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-03-28 15:09:19 +0100 |
commit | baf68e2a6ff0ac9d673d9e79e26200c701b335fd (patch) | |
tree | 86a26e6d5ec81a2093d535f79d8a955122b97284 | |
parent | typo (diff) | |
download | sha3sum-baf68e2a6ff0ac9d673d9e79e26200c701b335fd.tar.gz sha3sum-baf68e2a6ff0ac9d673d9e79e26200c701b335fd.tar.bz2 sha3sum-baf68e2a6ff0ac9d673d9e79e26200c701b335fd.tar.xz |
readme: testing
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. + |