1515
1616<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1717<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
18-
1918** Table of Contents**
2019
2120- [ Description] ( #description )
22- - [ Features] ( #features )
21+ - [ Test / Performance] ( #test--performance )
22+ - [ Features] ( #features )
2323 - [ Status] ( #status )
24- - [ Application / Tool] ( #application--tool )
2524 - [ Documentation] ( #documentation )
26- - [ README ] ( #readme )
27- - [ other Markdown files ] ( #other-markdown-files )
25+ - [ Encryption ] ( #encryption )
26+ - [ Decryption ] ( #decryption )
2827- [ Installation] ( #installation )
28+ - [ Linux] ( #linux )
29+ - [ MacOS] ( #macos )
30+ - [ Windows] ( #windows )
31+ - [ Development] ( #development )
2932 - [ Dependencies] ( #dependencies )
33+ - [ CMake] ( #cmake )
34+ - [ QT] ( #qt )
35+ - [ Qt-AES] ( #qt-aes )
3036 - [ folder structure] ( #folder-structure )
31- - [ Usage/Examples/Tests] ( #usageexamplestests )
32- - [ API Reference] ( #api-reference )
33- - [ Inputs] ( #inputs )
34- - [ Outputs] ( #outputs )
35- - [ Parameters] ( #parameters )
36- - [ Documentation] ( #documentation-1 )
37- - [ Architecture] ( #architecture )
38- - [ Github] ( #github )
39- - [ Github Repo] ( #github-repo )
40- - [ Github Actions / Workflows] ( #github-actions--workflows )
41- - [ Application] ( #application )
42- - [ DevOps] ( #devops )
43- - [ Github Page] ( #github-page )
44- - [ Github Wiki] ( #github-wiki )
45- - [ Comments] ( #comments )
46- - [ Screenshots] ( #screenshots )
4737- [ Authors and License] ( #authors-and-license )
48- - [ License] ( #license )
49- - [ MIT License] ( #mit-license )
50- - [ Apache License] ( #apache-license )
38+ - [ MIT License] ( #mit-license )
5139 - [ Authors] ( #authors )
5240 - [ Code Contributors] ( #code-contributors )
5341
@@ -190,7 +178,6 @@ Small and portable AES encryption class for Qt. Native support for all key sizes
190178## folder structure
191179
192180<!-- readme-tree start -->
193-
194181```
195182.
196183├── .github
@@ -212,17 +199,30 @@ Small and portable AES encryption class for Qt. Native support for all key sizes
212199│ ├── repo-create_doctoc.yml_
213200│ ├── repo-create_doctoc_md.yml
214201│ └── repo-create_tree_readme.yml
202+ ├── .gitignore
215203├── LICENSE
216- ├── LICENSE_Apache-2
217- ├── LICENSE_GPL-2
218- ├── LICENSE_GPL-3
219- ├── LICENSE_MIT
220204├── README.md
205+ ├── src
206+ │ ├── .gitignore
207+ │ ├── CMakeLists.txt
208+ │ ├── configure
209+ │ │ ├── ClangTidy.cmake
210+ │ │ ├── Doxygen.cmake
211+ │ │ ├── extra_headers
212+ │ │ └── rz_config.h.in
213+ │ ├── includes
214+ │ │ ├── cxxopts.hpp
215+ │ │ ├── qaesencryption.cpp
216+ │ │ ├── qaesencryption.h
217+ │ │ ├── rz_config.h
218+ │ │ ├── rz_options.h
219+ │ │ ├── rz_qt-aes.h
220+ │ │ └── rz_snippets.h
221+ │ └── main.cpp
221222└── tree.bak
222223
223- 6 directories, 21 files
224+ 9 directories, 32 files
224225```
225-
226226<!-- readme-tree end -->
227227
228228<p align =" right " >(<a href =" #top " >back to top</a >)</p >
0 commit comments