CCF
Loading...
Searching...
No Matches
hash_bytes.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
5#include <cstdint>
6#include <vector>
7
8namespace ccf::crypto
9{
10 using HashBytes = std::vector<uint8_t>;
11}
Definition base64.h:10
std::vector< uint8_t > HashBytes
Definition hash_bytes.h:10