Cipherpack v1.2.0-dirty
A Cryprographic Stream Processor
Static Public Attributes | List of all members
cipherpack::Constants Class Reference

#include <cipherpack.hpp>

Collaboration diagram for cipherpack::Constants:

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...
 

Detailed Description

Definition at line 258 of file cipherpack.hpp.

Member Data Documentation

◆ buffer_size

constexpr const size_t cipherpack::Constants::buffer_size = 16384
staticconstexpr

Intermediate copy buffer size of 16384 bytes, usually the 4 x 4096 bytes page-size.

Examples
test_01_cipherpack.cpp.

Definition at line 261 of file cipherpack.hpp.

◆ package_magic

const std::string Constants::package_magic = "CIPHERPACK_0004"
static

Package magic CIPHERPACK_0004.

Definition at line 266 of file cipherpack.hpp.


The documentation for this class was generated from the following files: