aboutsummaryrefslogtreecommitdiffstats
path: root/checks/misc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark Skein_512 with the BOTAN_DLL macrolloyd2009-06-061-0/+2
| | | | | | | | | | | | | | Add a comment that the limitation of the personalization string being a maximum of 64 characters is due to the implementation and not the specification (but it makes it easy to implement, and in this particular case 64 characters is probably fine). Add some tests for the personalization option, generated by the Skein reference implementation. Disable stripping whitespace in checks/misc.cpp:strip - it strips the personalization tag, which breaks the test, and isn't needed otherwise because the test files are well-formed.
* Fix more -Wmissing-declaration warningslloyd2008-06-181-0/+2
|
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-1/+0
| | | | because it turns out to be something of a legal minefield.
* Initial checkin1.5.6lloyd2006-05-181-0/+74