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