27 #ifndef CRYPTO_SEGMENT_HPP
28 #define CRYPTO_SEGMENT_HPP
30 #include "../my_config.h"
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
libdar namespace encapsulate all libdar symbols