diff options
| author | redfish <redfish@galactica.pw> | 2016-05-18 00:54:55 -0400 |
|---|---|---|
| committer | redfish <redfish@galactica.pw> | 2016-05-18 01:02:13 -0400 |
| commit | 70f363401b436cb975b002627e0fd13b59e34d17 (patch) | |
| tree | 00302d597caa2cebdfa173a0c00aab894865202a /src | |
| parent | 1a7772fbae04fbc5ca6592c079f8ddf146e8cd22 (diff) | |
| download | monzero-core-70f363401b436cb975b002627e0fd13b59e34d17.tar.gz monzero-core-70f363401b436cb975b002627e0fd13b59e34d17.tar.xz monzero-core-70f363401b436cb975b002627e0fd13b59e34d17.zip | |
crypto: slow-hash: remove unused hash list for ARM
This list is already defined within the function. The
removed definition was shadowed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/crypto/slow-hash.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 4efa8af6c..8002b276a 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -658,10 +658,6 @@ void slow_hash_free_state(void) return; } -static void (*const extra_hashes[4])(const void *, size_t, char *) = { - hash_extra_blake, hash_extra_groestl, hash_extra_jh, hash_extra_skein -}; - #define MEMORY (1 << 21) /* 2 MiB */ #define ITER (1 << 20) #define AES_BLOCK_SIZE 16 |
