truebit-os icon indicating copy to clipboard operation
truebit-os copied to clipboard

Add malicious solver (verification game test)

Open hswick opened this issue 6 years ago • 2 comments

I was able to mess up the scrypt-interactive client during the verification game by randomly submitting wrong/correct responses which would make the verifier fail by changing the order of steps being queried.

I don't think we have this problem, however it would be nice to have this scenario as a test.

hswick avatar Nov 12 '18 21:11 hswick

Interesting; good idea. The bug is that the scrypt-interactive doesn't always perform a binary search?

teutsch avatar Nov 12 '18 21:11 teutsch

Yeah, basically.

hswick avatar Nov 12 '18 23:11 hswick