aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey
Commit message (Collapse)AuthorAgeFilesLines
* Move all PK workfactor esstimators to workfactors.*lloyd2014-11-295-5/+33
|
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-2620-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 supportlloyd2014-11-192-16/+22
|
* Remove unused includeslloyd2014-11-182-2/+0
|
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-2/+0
|
* Fix header guard for amalgamationlloyd2014-07-031-2/+2
|
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-252-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 headerslloyd2014-04-051-3/+0
|
* Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.lloyd2014-03-223-0/+83
|
* Fix algo factory compilelloyd2014-01-181-1/+0
|
* Guess I won't be needing theselloyd2014-01-185-5/+0
|
* More unique_ptrlloyd2014-01-182-20/+5
|
* unique_ptr all the thingslloyd2014-01-182-110/+86
|
* Move lib into srclloyd2014-01-1066-0/+7022