mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
Implemented CryptoNight with C++ templates.
This commit is contained in:
@@ -178,6 +178,10 @@ Options::Options(int argc, char **argv) :
|
||||
m_pass = strdup("x");
|
||||
}
|
||||
|
||||
if (m_algoVariant == AV2_AESNI_DOUBLE || m_algoVariant == AV4_SOFT_AES_DOUBLE) {
|
||||
m_doubleHash = true;
|
||||
}
|
||||
|
||||
m_ready = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user