aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/dsa
Commit message (Collapse)AuthorAgeFilesLines
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* 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
| | | | | Drop the GNU MP engine. Its implementations were potentially faster in some scenarios but not well protected against side channels.
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-2/+0
|
* Move lib into srclloyd2014-01-103-0/+259