aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/rfc6979
Commit message (Expand)AuthorAgeFilesLines
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-4/+4
* Externalize the state of a RFC 6979 nonce computation.lloyd2015-03-122-22/+55
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-3/+2
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+1
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-3/+3
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-3/+1
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-102-0/+17
* Fix header guard for amalgamationlloyd2014-07-031-2/+2
* Remove debug headerslloyd2014-04-051-3/+0
* Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.lloyd2014-03-223-0/+83