mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 13:43:29 +01:00
crypto: slow-hash: remove unused hash list for ARM
This list is already defined within the function. The removed definition was shadowed.
This commit is contained in:
parent
1a7772fbae
commit
70f363401b
@ -658,10 +658,6 @@ void slow_hash_free_state(void)
|
|||||||
return;
|
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 MEMORY (1 << 21) /* 2 MiB */
|
||||||
#define ITER (1 << 20)
|
#define ITER (1 << 20)
|
||||||
#define AES_BLOCK_SIZE 16
|
#define AES_BLOCK_SIZE 16
|
||||||
|
Loading…
Reference in New Issue
Block a user