MySQL 9.3.0
Source Code Documentation
crypto.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  mrs
 
namespace  mrs::authentication
 

Functions

std::string mrs::authentication::crypto_hmac (const std::string &key, const std::string &data)
 
std::string mrs::authentication::crypto_xor (const std::string &key, const std::string &data)
 
std::string mrs::authentication::crypto_sha256 (const std::string &data)