Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ChaCha20Poly1305AEAD Member List

This is the complete list of members for ChaCha20Poly1305AEAD, including all inherited members.

ChaCha20Poly1305AEAD(const unsigned char *K_1, size_t K_1_len, const unsigned char *K_2, size_t K_2_len)ChaCha20Poly1305AEAD
ChaCha20Poly1305AEAD(const ChaCha20Poly1305AEAD &)=deleteChaCha20Poly1305AEADexplicit
Crypt(uint64_t seqnr_payload, uint64_t seqnr_aad, int aad_pos, unsigned char *dest, size_t dest_len, const unsigned char *src, size_t src_len, bool is_encrypt)ChaCha20Poly1305AEAD
GetLength(uint32_t *len24_out, uint64_t seqnr_aad, int aad_pos, const uint8_t *ciphertext)ChaCha20Poly1305AEAD
m_aad_keystream_bufferChaCha20Poly1305AEADprivate
m_cached_aad_seqnrChaCha20Poly1305AEADprivate
m_chacha_headerChaCha20Poly1305AEADprivate
m_chacha_mainChaCha20Poly1305AEADprivate
Released under the MIT license