From 576253d42518b319e5418aa46d37da71fcf81bad Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sat, 21 Mar 2015 05:52:55 +0100 Subject: Add src readme --- src/Readme.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/Readme.md (limited to 'src/Readme.md') diff --git a/src/Readme.md b/src/Readme.md new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3 From 697d44fd357779309bb0c1931f589a92bb88a642 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sat, 21 Mar 2015 06:53:07 +0100 Subject: Edit readme --- src/Readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/Readme.md') diff --git a/src/Readme.md b/src/Readme.md index e69de29..6600ef4 100644 --- a/src/Readme.md +++ b/src/Readme.md @@ -0,0 +1,21 @@ +Class organisation +===== + +##CryptClass +> Contain all crypting algorithm, and use +**crypto++** library. + +##IOFileClass +> Contain all class that manage IO in file. +*FileManIOFile* class load and save encrypted files, and use +class from *CryptClass*. + +##ParserClass +> Contain class for parsing data (exemple: parsing a decrypted file from *FileManIOFile*. + +##Coming soon: +>GTK+Class to manager GUI. +

+ +PLEASE USE DOXYGEN COMMENTS +===== \ No newline at end of file -- cgit v1.2.3