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: XLS-0096-confidential-mpt/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ This transaction is a **self-conversion only**. Issuers introduce supply exclusi
208
208
|`HolderElGamalPublicKey`| No | No |`Blob`| N/A | The holder's ElGamal public key ($pk_A$). **Required** if initializing (no key registered). **Forbidden** if key already registered. |
209
209
|`HolderEncryptedAmount`| No | Yes |`Blob`| N/A | A 66-byte ElGamal ciphertext credited to the holder's $CB_{IN}$. |
210
210
|`IssuerEncryptedAmount`| No | Yes |`Blob`| N/A | A 66-byte ElGamal ciphertext credited to the issuer's mirror balance. |
211
-
|`AuditorEncryptedAmount`| No | Conditional |`Blob`| N/A | ElGamal Ciphertext for the auditor. **Required** if `sfAuditorElGamalPublicKey` is present on the issuance. |
211
+
|`AuditorEncryptedAmount`| No | Conditional |`Blob`| N/A |A 66-byte ElGamal Ciphertext for the auditor. **Required** if `sfAuditorElGamalPublicKey` is present on the issuance. |
212
212
|`BlindingFactor`| No | Yes |`Blob`| N/A | The 32-byte scalar value used to encrypt the amount. Used by validators to verify the ciphertexts match the plaintext `MPTAmount`. |
213
213
|`ZKProof`| No | Conditional |`Blob`| N/A | A Schnorr Proof of Knowledge (PoK). **Required** only when `HolderElGamalPublicKey` is present. |
0 commit comments