Update ln-03.md
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ When it's time for Alice and Bob to update state and invalidate the old state, A
|
|||||||
rev_A2 = r_B1 * sha256( R_B1 || C_A1 ) + c_A1 * sha256( C_A1 || R_B1 )
|
rev_A2 = r_B1 * sha256( R_B1 || C_A1 ) + c_A1 * sha256( C_A1 || R_B1 )
|
||||||
```
|
```
|
||||||
|
|
||||||
Alice will never be able to derive this private key because she does not have and will never have Bob's revocation basepoint private key `rB2`.
|
Alice will never be able to derive this private key because she does not have and will never have Bob's revocation basepoint private key `rB1`.
|
||||||
|
|
||||||
Now let's update the diagrams from Chapter 2 to reflect the new things we've learned in this chapter.
|
Now let's update the diagrams from Chapter 2 to reflect the new things we've learned in this chapter.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user