diff --git a/libretroshare/src/pqi/pqibin.h b/libretroshare/src/pqi/pqibin.h index 206edc72a..0a5d94df8 100644 --- a/libretroshare/src/pqi/pqibin.h +++ b/libretroshare/src/pqi/pqibin.h @@ -32,6 +32,12 @@ #include "pqi/pqihash.h" #include + +//! handles writing to binary files +/*! + * This allows for handling of binary file within Rs, In particular writing + * binary data to file declared in constructor + */ class BinFileInterface: public BinInterface { public: @@ -72,7 +78,11 @@ private: uint64_t bcount; }; - +//! handles writing to reading/writing to memory +/*! + * This provide a memory interface for storing information in memory + * to be sent/read elsewhere + */ class BinMemInterface: public BinInterface { public: