![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <note.h>
Public Member Functions | |
| SaplingOutgoingPlaintext () | |
| SaplingOutgoingPlaintext (const uint256 &_pk_d, const uint256 &_esk) | |
| SERIALIZE_METHODS (SaplingOutgoingPlaintext, obj) | |
| SaplingOutCiphertext | encrypt (const uint256 &ovk, const uint256 &cv, const uint256 &cm, SaplingNoteEncryption &enc) const |
Static Public Member Functions | |
| static Optional< SaplingOutgoingPlaintext > | decrypt (const SaplingOutCiphertext &ciphertext, const uint256 &ovk, const uint256 &cv, const uint256 &cm, const uint256 &epk) |
Public Attributes | |
| uint256 | pk_d {UINT256_ZERO} |
| uint256 | esk {UINT256_ZERO} |
|
inline |
|
static |
| SaplingOutCiphertext SaplingOutgoingPlaintext::encrypt | ( | const uint256 & | ovk, |
| const uint256 & | cv, | ||
| const uint256 & | cm, | ||
| SaplingNoteEncryption & | enc | ||
| ) | const |
|
inline |
| uint256 libzcash::SaplingOutgoingPlaintext::esk {UINT256_ZERO} |
| uint256 libzcash::SaplingOutgoingPlaintext::pk_d {UINT256_ZERO} |