![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| class | libzcash::SaplingNoteEncryption |
| This is not a thread-safe API. More... | |
Namespaces | |
| libzcash | |
Typedefs | |
| typedef std::array< unsigned char, ZC_SAPLING_ENCCIPHERTEXT_SIZE > | libzcash::SaplingEncCiphertext |
| typedef std::array< unsigned char, ZC_SAPLING_ENCPLAINTEXT_SIZE > | libzcash::SaplingEncPlaintext |
| typedef std::array< unsigned char, ZC_SAPLING_OUTCIPHERTEXT_SIZE > | libzcash::SaplingOutCiphertext |
| typedef std::array< unsigned char, ZC_SAPLING_OUTPLAINTEXT_SIZE > | libzcash::SaplingOutPlaintext |
Functions | |
| Optional< SaplingEncPlaintext > | libzcash::AttemptSaplingEncDecryption (const SaplingEncCiphertext &ciphertext, const uint256 &ivk, const uint256 &epk) |
| Optional< SaplingEncPlaintext > | libzcash::AttemptSaplingEncDecryption (const SaplingEncCiphertext &ciphertext, const uint256 &epk, const uint256 &esk, const uint256 &pk_d) |
| Optional< SaplingOutPlaintext > | libzcash::AttemptSaplingOutDecryption (const SaplingOutCiphertext &ciphertext, const uint256 &ovk, const uint256 &cv, const uint256 &cm, const uint256 &epk) |