Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KDF1 uses a hash function only | René Korthaus | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | Add a test for KDF::name() | René Korthaus | 2016-11-15 | 1 | -1/+1 |
| | | | | | | This required fixing some test vectors that previously omitted the MAC, defaulting to HMAC, that used the SHA-1 alias to SHA-160, and fixing X942_PRF::name(). | ||||
* | Add short output KDF1 test | Jack Lloyd | 2016-11-03 | 1 | -0/+5 |
| | |||||
* | Modify interfaces of KDF and PBKDF to write output to an array, with | lloyd | 2015-02-18 | 1 | -5/+5 |
| | | | | higher level functions on interface handling returning a vector. | ||||
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 1 | -0/+26 |
the tests and botan for everything else. |