aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/dsa
Commit message (Expand)AuthorAgeFilesLines
* Add support probabilistic DSA & ECDSARené Korthaus2016-05-082-6/+12
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-7/+4
* Mass-prefix member vars with m_René Korthaus2016-01-081-46/+46
* pubkey: Add missing overridesDaniel Seither2015-07-302-9/+9
* Move the signature padding schemes to the PK operation classes,lloyd2015-03-231-7/+9
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+0
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-032-65/+69
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* No need to reseed RNG in DSA sign as RNG is no longer usedlloyd2015-01-081-4/+2
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-103-20/+26
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-2/+0
* Move lib into srclloyd2014-01-103-0/+259