Disk ARchive
2.4.2
|
the elastic buffer class More...
#include <elastic.hpp>
Public Member Functions | |
elastic (U_32 size) | |
elastic (const unsigned char *buffer, U_32 size, elastic_direction dir, const archive_version &reading_ver) | |
elastic (generic_file &f, elastic_direction dir, const archive_version &reading_ver) | |
U_32 | dump (unsigned char *buffer, U_32 size) const |
U_32 | get_size () const |
Static Public Member Functions | |
static U_I | max_length () |
the elastic buffer class
the elastic class makes possible to insert arbritrary bytes beside information bytes, and to retreive later without any other knowledge which bytes are information and which byte are from the elastic buffer. The main purpose is for strong encryption
Definition at line 56 of file elastic.hpp.