CCF
|
#include <symmetric_key.h>
Public Member Functions | |
GcmCipher () | |
GcmCipher implementation. | |
GcmCipher (size_t size) | |
std::vector< uint8_t > | serialise () |
void | deserialise (const std::vector< uint8_t > &serial) |
Public Attributes | |
StandardGcmHeader | hdr |
std::vector< uint8_t > | cipher |
|
default |
GcmCipher implementation.
ccf::crypto::GcmCipher::GcmCipher | ( | size_t | size | ) |
void ccf::crypto::GcmCipher::deserialise | ( | const std::vector< uint8_t > & | serial | ) |
std::vector< uint8_t > ccf::crypto::GcmCipher::serialise | ( | ) |
std::vector<uint8_t> ccf::crypto::GcmCipher::cipher |
StandardGcmHeader ccf::crypto::GcmCipher::hdr |