Miscellaneous cryptographic routines.
Definition in file algorithm.hpp.
Go to the source code of this file.
#include <string_view>
Classes | |
struct | crypto::algorithm::StringsEqualConstTimeComparator |
Performs constant-time string comparison comparator. More... | |
Namespaces | |
namespace | crypto |
Cryptography support. | |
namespace | crypto::algorithm |
Miscellaneous cryptographic routines. | |
Functions | |
bool | crypto::algorithm::AreStringsEqualConstTime (std::string_view str1, std::string_view str2) noexcept |