|
xrpld
|
Holds two secp256k1 public key components representing an ElGamal ciphertext (C1, C2). More...
#include <ConfidentialTransfer.h>
Public Attributes | |
| secp256k1_pubkey | c1 |
| First ElGamal ciphertext component. | |
| secp256k1_pubkey | c2 |
| Second ElGamal ciphertext component. | |
Holds two secp256k1 public key components representing an ElGamal ciphertext (C1, C2).
Definition at line 46 of file include/xrpl/protocol/ConfidentialTransfer.h.
| secp256k1_pubkey xrpl::EcPair::c1 |
First ElGamal ciphertext component.
Definition at line 49 of file include/xrpl/protocol/ConfidentialTransfer.h.
| secp256k1_pubkey xrpl::EcPair::c2 |
Second ElGamal ciphertext component.
Definition at line 52 of file include/xrpl/protocol/ConfidentialTransfer.h.