Integrate new algo "cryptonight-lite-ipbc" (#100)

This commit is contained in:
Ben Gräf 2018-04-18 21:50:00 +02:00 committed by GitHub
parent 9ea520a3a4
commit a5c311fad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1938 additions and 102 deletions

View file

@ -44,6 +44,7 @@ cryptonight_ctx *Mem::create(int threadId)
switch (m_algo)
{
case Options::ALGO_CRYPTONIGHT_LITE:
case Options::ALGO_CRYPTONIGHT_LITE_IPBC:
scratchPadSize = MEMORY_LITE;
break;
case Options::ALGO_CRYPTONIGHT_HEAVY: