Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -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 used | lloyd | 2015-01-08 | 1 | -4/+2 |
| | |||||
* | Implement RFC 6979 determinstic signatures for DSA and ECDSA. | lloyd | 2014-12-10 | 3 | -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 include | lloyd | 2014-10-31 | 1 | -2/+0 |
| | |||||
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+259 |