Merge pull request 'Revert SHA-3 on Master branch' (#302) from wowario/wownero:sha3 into master

Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/302
This commit is contained in:
jwinterm 2020-07-23 05:23:28 +00:00
commit bda76b6be9
21 changed files with 24 additions and 94 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();