Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all PK workfactor esstimators to workfactors.* | lloyd | 2014-11-29 | 5 | -5/+33 |
| | |||||
* | Add an implementation of McEliece encryption based on HyMES | fstrenzke | 2014-11-26 | 20 | -0/+3310 |
| | | | | | | | (https://www.rocq.inria.fr/secret/CBCrypto/index.php?pg=hymes). The original version is LGPL but cryptsource GmbH has secured permission to release it under a BSD license. Also includes the Overbeck CCA2 message encoding scheme. | ||||
* | Cleanup PBES2 and add GCM support | lloyd | 2014-11-19 | 2 | -16/+22 |
| | |||||
* | Remove unused includes | lloyd | 2014-11-18 | 2 | -2/+0 |
| | |||||
* | Fix various warnings from VC++ 2014 and add missing include | lloyd | 2014-10-31 | 1 | -2/+0 |
| | |||||
* | Fix header guard for amalgamation | lloyd | 2014-07-03 | 1 | -2/+2 |
| | |||||
* | Any fixed MR iterations is probably wrong for somebody. Allow the user | lloyd | 2014-04-25 | 2 | -9/+8 |
| | | | | | | to specify a probability as well as if n was randomly chosen or not. If the input is random use a better bounds to reduce the number of needed tests. | ||||
* | Remove debug headers | lloyd | 2014-04-05 | 1 | -3/+0 |
| | |||||
* | Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups. | lloyd | 2014-03-22 | 3 | -0/+83 |
| | |||||
* | Fix algo factory compile | lloyd | 2014-01-18 | 1 | -1/+0 |
| | |||||
* | Guess I won't be needing these | lloyd | 2014-01-18 | 5 | -5/+0 |
| | |||||
* | More unique_ptr | lloyd | 2014-01-18 | 2 | -20/+5 |
| | |||||
* | unique_ptr all the things | lloyd | 2014-01-18 | 2 | -110/+86 |
| | |||||
* | Move lib into src | lloyd | 2014-01-10 | 66 | -0/+7022 |