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
@@ -408,7 +410,7 @@ return (R = r·G, S = r·Pk), Pk: ElGamal public key of Acct
408
410
|`IssuerEncryptedAmount`| ✔️ |`string`|`Blob`| Ciphertext to be subtracted from the issuer's mirror balance. |
409
411
|`BlindingFactor`| ✔️ |`string`|`Blob`| The 32-byte scalar value used to encrypt the amount. Used by validators to verify the ciphertexts match the plaintext `MPTAmount`. |
410
412
|`AuditorEncryptedAmount`||`string`|`Blob`| Ciphertext for the auditor. **Required** if `sfAuditorElGamalPublicKey` is present on the issuance. |
411
-
|`PedersenCommitment`| ✔️ |`string`|`Blob`| A cryptographic commitment to the user's confidential spending balance. |
413
+
|`BalanceCommitment`| ✔️ |`string`|`Blob`| A cryptographic commitment to the user's confidential spending balance. |
412
414
|`ZKProof`| ✔️ |`string`|`Blob`| A bundle containing the **Pedersen Linkage Proof** (linking the ElGamal balance to the commitment) and the **Range Proof**. |
413
415
414
416
### 9.4. Failure Conditions
@@ -455,7 +457,7 @@ If the transaction is successful:
0 commit comments