aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/rfc6979/rfc6979.cpp
Commit message (Expand)AuthorAgeFilesLines
* RNG changes (GH #593)Jack Lloyd2016-08-241-1/+1
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-2/+7
* Add ECKCDSA signature algorithmRené Korthaus2016-06-141-14/+0
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-2/+2
* 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-121-21/+32
* 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-101-1/+1
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-101-0/+15
* Remove debug headerslloyd2014-04-051-3/+0
* Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.lloyd2014-03-221-0/+48