OpenTTD Source 20241224-master-gee860a5c8e
|
Container for a X25519 key that is automatically crypto-wiped when destructed. More...
#include <network_crypto_internal.h>
Public Member Functions | |
~X25519Key () | |
Ensure the key does not get leaked when we're done with it. | |
Container for a X25519 key that is automatically crypto-wiped when destructed.
Definition at line 25 of file network_crypto_internal.h.
X25519Key::~X25519Key | ( | ) |
Ensure the key does not get leaked when we're done with it.
Definition at line 136 of file network_crypto.cpp.
References crypto_wipe().