26#ifndef ROUTER_SRC_REST_MRS_SRC_MRS_AUTHENTICATION_HELPER_SCRAM_CRYPTO_H_
27#define ROUTER_SRC_REST_MRS_SRC_MRS_AUTHENTICATION_HELPER_SCRAM_CRYPTO_H_
32namespace authentication {
34std::string
crypto_hmac(
const std::string &
key,
const std::string &data);
35std::string
crypto_xor(
const std::string &
key,
const std::string &data);
std::string crypto_sha256(const std::string &data)
Definition: crypto.cc:70
std::string crypto_xor(const std::string &key, const std::string &data)
Definition: crypto.cc:50
std::string crypto_hmac(const std::string &key, const std::string &data)
Definition: crypto.cc:34
Definition: authorize_manager.h:48
required string key
Definition: replication_asynchronous_connection_failover.proto:60