5 #ifndef HERALD_SIMPLE_SECRET_KEY_H
6 #define HERALD_SIMPLE_SECRET_KEY_H
8 #include "../../datatype/data.h"
16 using SecretKey =
Data;
The main data workhorse class of the Herald API.
Definition: data.h:33
Contains all low-level Herald datatype implementations.
Definition: base64_string.h:14
Acts as a non-global memory arena for arbitrary classes.
Definition: aggregates.h:15