mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
for first time disable aesenc for arm64
This commit is contained in:
parent
d9b8731ddc
commit
66de7ad049
3 changed files with 16 additions and 1 deletions
|
@ -124,6 +124,9 @@ namespace crypto
|
|||
|
||||
|
||||
#ifdef AESNI
|
||||
#ifdef ARM64AES
|
||||
void init_aesenc(void) __attribute__((constructor));
|
||||
#endif
|
||||
class ECBCryptoAESNI
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue