revert #258 hash_tests: add sha3

This commit is contained in:
wowario 2020-07-22 16:35:41 +03:00
parent b3453b4b65
commit 5b37124d34
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
3 changed files with 1 additions and 5 deletions

View file

@ -84,7 +84,6 @@ struct hash_func {
} hashes[] = {{"fast", cn_fast_hash}, {"slow", cn_slow_hash_0}, {"tree", hash_tree},
{"extra-blake", hash_extra_blake}, {"extra-groestl", hash_extra_groestl},
{"extra-jh", hash_extra_jh}, {"extra-skein", hash_extra_skein},
{"sha3", sha3},
{"slow-1", cn_slow_hash_1}, {"slow-2", cn_slow_hash_2}, {"slow-4", cn_slow_hash_4}};
int test_variant2_int_sqrt();