CryptoFramework
Blob.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 #include <cstdint>
5 
13 typedef std::vector<std::uint8_t> Blob;
std::vector< std::uint8_t > Blob
Represents a binary data container.
Definition: Blob.hpp:13