Fixes for Klaro to pass self-test

This commit is contained in:
Bathmat 2020-02-28 19:15:39 -06:00 committed by GitHub
parent ed127f8af5
commit c753eb014b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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