You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0174.mediawiki
+68-2Lines changed: 68 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,28 @@ The currently defined global types are as follows:
171
171
| 2
172
172
| [[bip-0370.mediawiki|370]]
173
173
|-
174
+
| Silent Payment Global ECDH Share
175
+
| <tt>PSBT_GLOBAL_SP_ECDH_SHARE = 0x07</tt>
176
+
| <tt><33 byte scan key></tt>
177
+
| The scan key that this ECDH share is for.
178
+
| <tt><33 byte share></tt>
179
+
| An ECDH share for a scan key. The ECDH shared is computed with ''a * B_scan'', where ''a'' is the sum of all private keys of all eligible inputs, and ''B_scan'' is the scan key of a recipient.
180
+
|
181
+
| 0
182
+
| 2
183
+
| [[bip-0375.mediawiki|375]]
184
+
|-
185
+
| Silent Payment Global DLEQ Proof
186
+
| <tt>PSBT_GLOBAL_SP_DLEQ = 0x08</tt>
187
+
| <tt><33 byte scan key></tt>
188
+
| The scan key that this proof covers.
189
+
| <tt><64-byte proof></tt>
190
+
| A BIP374 DLEQ proof computed for the matching ECDH share.
191
+
|
192
+
| 0
193
+
| 2
194
+
| [[bip-0375.mediawiki|375]]
195
+
|-
174
196
| PSBT Version Number
175
197
| <tt>PSBT_GLOBAL_VERSION = 0xFB</tt>
176
198
| None
@@ -529,6 +551,28 @@ derived from an aggregate key.
529
551
| 0, 2
530
552
| [[bip-0373.mediawiki|373]]
531
553
|-
554
+
| Silent Payment Input ECDH Share
555
+
| <tt>PSBT_IN_SP_ECDH_SHARE = 0x1d</tt>
556
+
| <tt><33 byte scan key></tt>
557
+
| The scan key that this ECDH share is for.
558
+
| <tt><33 byte share></tt>
559
+
| An ECDH share for a scan key. The ECDH shared is computed with ''a * B_scan'', where ''a'' is the private key of the corresponding prevout public key, and ''B_scan'' is the scan key of a recipient.
560
+
|
561
+
| 0
562
+
| 2
563
+
| [[bip-0375.mediawiki|375]]
564
+
|-
565
+
| Silent Payment Input DLEQ Proof
566
+
| <tt>PSBT_IN_SP_DLEQ = 0x1e</tt>
567
+
| <tt><33 byte scan key></tt>
568
+
| The scan key that this proof covers.
569
+
| <tt><64-byte proof></tt>
570
+
| A BIP374 DLEQ proof computed for the matching ECDH share.
0 commit comments