Botan 3.9.0
Crypto and TLS for C&
Botan::CT::custom_unpoisonable Concept Reference

#include <ct_utils.h>

Concept definition

template<typename T>
concept Botan::CT::custom_unpoisonable = requires(const T& v) { v._const_time_unpoison(); }

Detailed Description

Definition at line 99 of file ct_utils.h.