Cipherpack v1.2.0-dirty
A Cryprographic Stream Processor
|
#include <cipherpack.hpp>
Static Public Attributes | |
static constexpr const size_t | buffer_size = 16384 |
Intermediate copy buffer size of 16384 bytes , usually the 4 x 4096 bytes page-size. More... | |
static const std::string | package_magic = "CIPHERPACK_0004" |
Package magic CIPHERPACK_0004 . More... | |
Definition at line 258 of file cipherpack.hpp.
|
staticconstexpr |
Intermediate copy buffer size of 16384 bytes
, usually the 4 x 4096 bytes page-size.
Definition at line 261 of file cipherpack.hpp.
|
static |
Package magic CIPHERPACK_0004
.
Definition at line 266 of file cipherpack.hpp.