Bitcoin Core  27.99.0
P2P Digital Currency
Classes
chacha20poly1305.h File Reference
#include <cstddef>
#include <stdint.h>
#include <crypto/chacha20.h>
#include <crypto/poly1305.h>
#include <span.h>
Include dependency graph for chacha20poly1305.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AEADChaCha20Poly1305
 The AEAD_CHACHA20_POLY1305 authenticated encryption algorithm from RFC8439 section 2.8. More...
 
class  FSChaCha20Poly1305
 Forward-secure wrapper around AEADChaCha20Poly1305. More...