CCF
Loading...
Searching...
No Matches
hmac.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
7
8namespace ccf::crypto
9{
13 MDType type,
14 const std::vector<uint8_t>& key,
15 const std::vector<uint8_t>& data);
16}
Definition base64.h:10
HashBytes hmac(MDType type, const std::vector< uint8_t > &key, const std::vector< uint8_t > &data)
Definition hmac.cpp:43
std::vector< uint8_t > HashBytes
Definition hash_bytes.h:10
MDType
Definition md_type.h:10