Miscellaneous cryptographic routines.
Definition in file algorithm.hpp.
Go to the source code of this file.
#include <string_view>
This graph shows which files directly or indirectly include this file: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 |