diff options
author | Leo Wandersleb <leo@leowandersleb.de> | 2017-05-02 13:02:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 13:02:26 -0300 |
commit | d53872957fe8b34b90eb730dc3297ad771c20ff7 (patch) | |
tree | 047fa0508b1d7aa25764498470714b862e6399f6 /bip-0047.mediawiki | |
parent | a27cb636f5ed496eed828779f796db0c0075ec83 (diff) |
small typo in bip47
Diffstat (limited to 'bip-0047.mediawiki')
-rw-r--r-- | bip-0047.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0047.mediawiki b/bip-0047.mediawiki index ef680a0..155922d 100644 --- a/bip-0047.mediawiki +++ b/bip-0047.mediawiki @@ -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 private key associated with his notification address: <pre>b</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 ### "o" is the outpoint being spent by the designated input. ## Bob interprets the 80 byte payload as a payment code, except: |