mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
crypto: armv7: slow-hash: remove redundant source include
aesb.c is already present in libcrypto as a standalone object. Tested: builds and runs fine on armv7, static and dynamic.
This commit is contained in:
parent
77224bbf48
commit
54010b97b4
1 changed files with 0 additions and 1 deletions
|
@ -939,7 +939,6 @@ void cn_slow_hash(const void *data, size_t length, char *hash)
|
||||||
|
|
||||||
// ND: Some minor optimizations for ARMv7 (raspberrry pi 2), effect seems to be ~40-50% faster.
|
// ND: Some minor optimizations for ARMv7 (raspberrry pi 2), effect seems to be ~40-50% faster.
|
||||||
// Needs more work.
|
// Needs more work.
|
||||||
#include "aesb.c"
|
|
||||||
|
|
||||||
#ifdef NO_OPTIMIZED_MULTIPLY_ON_ARM
|
#ifdef NO_OPTIMIZED_MULTIPLY_ON_ARM
|
||||||
/* The asm corresponds to this C code */
|
/* The asm corresponds to this C code */
|
||||||
|
|
Loading…
Reference in a new issue