CCF
|
#include "ccf/crypto/hmac.h"
#include "crypto/openssl/hash.h"
#include <limits>
#include <openssl/hmac.h>
Namespaces | |
namespace | ccf |
namespace | ccf::crypto |
namespace | ccf::crypto::OpenSSL |
Functions | |
HashBytes | ccf::crypto::OpenSSL::hmac (MDType type, const std::vector< uint8_t > &key, const std::vector< uint8_t > &data) |
HashBytes | ccf::crypto::hmac (MDType type, const std::vector< uint8_t > &key, const std::vector< uint8_t > &data) |