aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/bcrypt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+5
| | | | | | | | | | | Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+32
the tests and botan for everything else.