Merge pull request #1 from Bathmat/patch-1
Fixes for Klaro to pass self-test
This commit is contained in:
commit
8ab9f1ea26
1 changed files with 2 additions and 0 deletions
|
@ -183,6 +183,7 @@ size_t xmrig::Algorithm::l3() const
|
||||||
case RX_0:
|
case RX_0:
|
||||||
case RX_LOKI:
|
case RX_LOKI:
|
||||||
case RX_SFX:
|
case RX_SFX:
|
||||||
|
case RX_KLARO:
|
||||||
return oneMiB * 2;
|
return oneMiB * 2;
|
||||||
|
|
||||||
case RX_WOW:
|
case RX_WOW:
|
||||||
|
@ -284,6 +285,7 @@ xmrig::Algorithm::Family xmrig::Algorithm::family(Id id)
|
||||||
case RX_LOKI:
|
case RX_LOKI:
|
||||||
case RX_ARQ:
|
case RX_ARQ:
|
||||||
case RX_SFX:
|
case RX_SFX:
|
||||||
|
case RX_KLARO:
|
||||||
return RANDOM_X;
|
return RANDOM_X;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue