diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-03-21 07:08:34 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-03-21 07:08:34 +0100 |
| commit | 3a10207bf5ddf14c478623b6e32ff72af6379a48 (patch) | |
| tree | 8506da971d0661fc074b0b79a56fe705273d1c32 /src/Readme.md | |
| parent | 77affb6d5564f691ea337a3971fdc85f2460ed92 (diff) | |
| parent | 697d44fd357779309bb0c1931f589a92bb88a642 (diff) | |
Merge branch 'PARSER'
Diffstat (limited to 'src/Readme.md')
| -rw-r--r-- | src/Readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Readme.md b/src/Readme.md new file mode 100644 index 0000000..6600ef4 --- /dev/null +++ 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. +<br /><br /> + +PLEASE USE DOXYGEN COMMENTS +=====
\ No newline at end of file |
