Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for AEADChaCha20Poly1305, including all inherited members.
AEADChaCha20Poly1305(Span< const std::byte > key) noexcept | AEADChaCha20Poly1305 | |
Decrypt(Span< const std::byte > cipher, Span< const std::byte > aad, Nonce96 nonce, Span< std::byte > plain) noexcept | AEADChaCha20Poly1305 | inline |
Decrypt(Span< const std::byte > cipher, Span< const std::byte > aad, Nonce96 nonce, Span< std::byte > plain1, Span< std::byte > plain2) noexcept | AEADChaCha20Poly1305 | |
Encrypt(Span< const std::byte > plain, Span< const std::byte > aad, Nonce96 nonce, Span< std::byte > cipher) noexcept | AEADChaCha20Poly1305 | inline |
Encrypt(Span< const std::byte > plain1, Span< const std::byte > plain2, Span< const std::byte > aad, Nonce96 nonce, Span< std::byte > cipher) noexcept | AEADChaCha20Poly1305 | |
EXPANSION | AEADChaCha20Poly1305 | static |
KEYLEN | AEADChaCha20Poly1305 | static |
Keystream(Nonce96 nonce, Span< std::byte > keystream) noexcept | AEADChaCha20Poly1305 | |
m_chacha20 | AEADChaCha20Poly1305 | private |
Nonce96 typedef | AEADChaCha20Poly1305 | |
SetKey(Span< const std::byte > key) noexcept | AEADChaCha20Poly1305 |