![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
SafeString - A string that can be encrypted in memory IKeyProvider - Application-defined objects that store encryption keys to be used by SafeString. More...
#include "mcr/extras/util/string.h"#include <cstring>Go to the source code of this file.
Classes | |
| class | mcr::IKeyProvider |
| class | mcr::SafeString |
Namespaces | |
| mcr | |
| Libmacro, by Jonathan Pelletier, New Paradigm Software. Alpha version. | |
Macros | |
| #define | MCR_AES_BLOCK_SIZE 32 |
| #define | MCR_AES_IV_SIZE 16 |
| #define | MCR_AES_TAG_SIZE 16 |
SafeString - A string that can be encrypted in memory IKeyProvider - Application-defined objects that store encryption keys to be used by SafeString.
Definition in file safe_string.h.
| #define MCR_AES_BLOCK_SIZE 32 |
AES block bytes
Definition at line 33 of file safe_string.h.
| #define MCR_AES_IV_SIZE 16 |
AES iv bytes
Definition at line 35 of file safe_string.h.
| #define MCR_AES_TAG_SIZE 16 |
AES tag bytes
Definition at line 37 of file safe_string.h.