retriev icon indicating copy to clipboard operation
retriev copied to clipboard

Referee Oracle

Open irenegia opened this issue 3 years ago • 2 comments

Design doc here https://hackmd.io/XbIc63PdQSq7O3KeDrtfiQ

Miro board here https://miro.com/app/board/uXjVP_gI2xY=/

irenegia avatar Dec 13 '22 16:12 irenegia

TODOs:

  • [x] add to the doc the flows
  • [x] review the entire design
  • [ ] compare with #89 ??

irenegia avatar Dec 13 '22 16:12 irenegia

TODO: review how ECDSA recover function operates

Note: It seems thatrecover(hash, signature) always returns an address even if signature is not a legitimate signature for hash (no error message in this case).

Checks to be done:

  • [ ] how the address is evaluated, especially when the pair (hash, signature) does not verify
  • [ ] if (and how) the address output by recover is verified

lucaniz avatar Dec 15 '22 10:12 lucaniz