verify

open override fun verify(result: Long, challenge: Sha256Challenge): Boolean

Verifies the work performed by the client.

Return

whether the challenge is solved using the result provided.

Parameters

result

the 64-bit long response value from the client

challenge

the challenge to verify using the result provided.