mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 23:27:22 +01:00
small typo in bip47
This commit is contained in:
parent
a27cb636f5
commit
d53872957f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ Note: this procedure is used if Bob uses a version 1 payment code (regardless of
|
||||||
## Bob selects the designated pubkey: <pre>A, where A = aG</pre>
|
## Bob selects the designated pubkey: <pre>A, where A = aG</pre>
|
||||||
## Bob selects the private key associated with his notification address: <pre>b</pre>
|
## Bob selects the private key associated with his notification address: <pre>b</pre>
|
||||||
## Bob calculates a secret point: <pre>S = bA</pre>
|
## Bob calculates a secret point: <pre>S = bA</pre>
|
||||||
## Bob calculates the binding factor: <pre>s = HMAC-SHA512(x, o)</pre>
|
## Bob calculates the blinding factor: <pre>s = HMAC-SHA512(x, o)</pre>
|
||||||
### "x" is the x value of the secret point
|
### "x" is the x value of the secret point
|
||||||
### "o" is the outpoint being spent by the designated input.
|
### "o" is the outpoint being spent by the designated input.
|
||||||
## Bob interprets the 80 byte payload as a payment code, except:
|
## Bob interprets the 80 byte payload as a payment code, except:
|
||||||
|
|
Loading…
Add table
Reference in a new issue