userver: userver/crypto/algorithm.hpp File Reference
Loading...
Searching...
No Matches
algorithm.hpp File Reference

Detailed Description

Miscellaneous cryptographic routines.

Definition in file algorithm.hpp.

Go to the source code of this file.

#include <string_view>
+ Include dependency graph for algorithm.hpp:
+ 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