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