Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove add blocks from hash function info.txt files | lloyd | 2009-09-29 | 1 | -7/+0 |
| | |||||
* | Change Skein-512 to match the tweaked 1.2 specification. Round constants | lloyd | 2009-09-15 | 1 | -8/+8 |
| | | | | in the Threefish cipher have changed to increase diffusion. | ||||
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+4 |
| | |||||
* | Avoid a crash in Skein_512::add_data if it is called with a zero-length | lloyd | 2009-07-14 | 1 | -0/+3 |
| | | | | input vector. | ||||
* | Mark Skein_512 with the BOTAN_DLL macro | lloyd | 2009-06-06 | 2 | -3/+9 |
| | | | | | | | | | | | | | | 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. | ||||
* | Small cleanups in the Skein-512 source, and add support for the | lloyd | 2009-06-03 | 2 | -70/+65 |
| | | | | personalization option. | ||||
* | Add an implementation of Skein-512 | lloyd | 2009-06-02 | 3 | -0/+309 |