userver: userver/crypto/algorithm.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
algorithm.hpp File Reference

Miscellaneous cryptographic routines. More...

#include <string_view>
+ Include dependency graph for algorithm.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of 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
 

Detailed Description

Miscellaneous cryptographic routines.

Definition in file algorithm.hpp.