aboutsummaryrefslogtreecommitdiffstats
path: root/doc/algos.txt
Commit message (Collapse)AuthorAgeFilesLines
* Doc and theming updateslloyd2011-05-021-35/+29
|
* Document KDF properly.lloyd2011-04-221-45/+0
| | | | | | | | Split log by release series instead of year. Make dedicated landing page. If SPHINX_OPTS is set, it will be passed to sphinx-build
* Merge last bits from the tutorial.lloyd2011-04-221-40/+32
| | | | | | Many other cleanups and changes in the docs. Make the index page a functional standin for the current site so the entire website can be built using Sphinx.
* Some doc updates, include the DSA examples in pubkey, remove outdatedlloyd2011-04-201-4/+3
| | | | | and probably useless threads section, also fix compilation of several examples.
* Update docslloyd2011-04-111-16/+88
|
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-0/+78
a makefile to build it with Sphinx (http://sphinx.pocoo.org/). Previously credits.txt listed public domain code sources; instead directly credit the authors in the relevant files and delete that file. Drop the draft FIPS 140 security policy; I can't imagine FIPS 140 validation will ever happen, and if it does, I don't want anything to do with it. Also drop the internals doc, which was so out of date (and incomplete) as to be worthless. Move the tutorials and InSiTo pdfs into old/ for the time being, until anything relevant from them can be filtered out and converted into RST.