Skip to content

Commit

Permalink
Update transfer_receiver_sequence.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomt1664 authored Mar 21, 2024
1 parent f757dc3 commit 0b395d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/transfer_receiver_sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ sequenceDiagram
note over Client: Verify SHA256(R2_i) and SHA256(bi) with blind_commits and r2_commits
note over Client: Verify that c = b + SHA256(P||R||m) (where m is the sighash of Tx).
note over Client: b from blind_challenges and R = R1 + R2
note over Client: For each previous owner user_pubkey and SC_sig:
note over Client: Verify SC_sig with user_pubkey
note over Client: Verify user_pubkey + enclave_pubkey = P
note over Client: Verify SC_sig with user_pubkey
note over Client: Verify user_pubkey + enclave_pubkey = P
note over Client: Computes: t2 = t1 - privkey
Client->>Server: /transfer/receiver {statechain_id,batch_data,t2,auth_sig}
Server->>Enclave: /keyupdate {statechain_id, t2, x1}
Expand Down

0 comments on commit 0b395d5

Please sign in to comment.