diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-28 01:01:16 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-28 01:01:16 +0200 |
commit | 5351f8e4202a734fa3fa4db353f32080d9617534 (patch) | |
tree | d7393ad1523b412881ca4e520dfe864b7956296d | |
parent | m (diff) | |
download | sha3sum-5351f8e4202a734fa3fa4db353f32080d9617534.tar.gz sha3sum-5351f8e4202a734fa3fa4db353f32080d9617534.tar.bz2 sha3sum-5351f8e4202a734fa3fa4db353f32080d9617534.tar.xz |
add note on why versions are not being tagged
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,8 @@ PERFORMANCE COMPARISON: **Pending the standardisation of SHA-3**, there is no specification of particular SHA-3 functions yet. Our defaults are based on Keccak[] being Keccak[r = 1024, c = 576] rather than the functions in Wikipedia's entires that uses [r = 576, c = 1024]. +No release will made until SHA-3 has been standardise, this is to prevent the +program to change behaviour caused by mismatch with standardisation. If you want to contribute with an implementation in another |