27#ifndef CRYPTO_SEGMENT_HPP
28#define CRYPTO_SEGMENT_HPP
42 crypto_segment(U_I crypted_size, U_I clear_size): crypted_data(crypted_size), clear_data(clear_size) {};
43 mem_block crypted_data;
46 void reset() { crypted_data.reset(); clear_data.reset(); block_index = 0; };
structure to hold block of memory and manipulate in coherence with idexes and sizes
include macro defined by the configure script and some specific additional ones
libdar namespace encapsulate all libdar symbols