verify

abstract fun verify(result: Long, challenge: T): 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.