PageLayout
From Crypto++ Wiki
The pages describing Crypto++'s algorithms should have a similar look and feel. This page will attempt to decide on such a design, and should preferably result in the Wiki pages being adjusted to the agreed upon design. Please see also How To Submit Sample Code and Projects.
The tentative design is shown below:
Contents |
[edit] Construction
Describe the classes and their constructors
[edit] Usage
Describe the methods involved when using the algorithm in question.
[edit] Remarks
Describe any remarks or comments worth mentioning regarding the algorithm in question. This section is particularly aimed at usage information that is not evidently clear from the previous section. The discussion group is an excellent place to observe the pitfalls people have experienced.
[edit] Examples
Illustrate the use of the algorithm. Use <pre> and </pre> tags to surround code until we find a library that can display C/C++ code in a decent fashion.
[edit] Downloadable Samples
Links to compilable sample programs.