Claim or Refund Functionality Implementation in Bitcoin

3

2

I was reading the paper written by Kuramesan and Bentov with title "How to use Bitcoin to Design Fair Protocols". Source: https://eprint.iacr.org/2014/129.pdf Specifically, the sender creates a transaction which can be redeemed the following way: 1) By providing the Sender's signature AND the Receiver's signature 2) By Receiver's signature and a witness/proof which will make a circuit/function valid

Whichever of the conditions comes claims the transaction. My problem in understanding is what this circuit/function should be. Can it a random secret chosen by so if we pass through a hash function that is the circuit it can easily be verified since the receiver has to reveal this secret through it's claim transaction? Is my assumption correct?

angel limneos

Posted 2016-05-02T08:46:50.353

Reputation: 331

No answers