blob: 457ce1b88272fd204c862a3c0870bda2d371730a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -------------------------------------------
Copyright ZKA Technologies.
------------------------------------------- */
#include <new>
#include <cstddef>
#include <cstdint>
typedef int32_t efs_encrypt_token_t;
typedef void* efs_encrypted_blob_t;
|