Update tests.

This commit is contained in:
XMRig 2017-04-22 17:12:50 +03:00
parent 97a8d448c0
commit 42d2ab18ee
3 changed files with 56 additions and 25 deletions

View file

@ -230,7 +230,7 @@ static inline void cn_implode_scratchpad(const __m128i* input, __m128i* output)
}
void cryptonight_av4_softaes(void *restrict output, const void *restrict input, struct cryptonight_ctx *restrict ctx)
void cryptonight_av4_softaes(const void *restrict input, size_t size, void *restrict output, struct cryptonight_ctx *restrict ctx)
{
keccak((const uint8_t *) input, 76, ctx->state, 200);