aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/rfc6979/rfc6979.h
Commit message (Expand)AuthorAgeFilesLines
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-2/+4
* Add ECKCDSA signature algorithmRené Korthaus2016-06-141-2/+0
* Externalize the state of a RFC 6979 nonce computation.lloyd2015-03-121-1/+23
* 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/+2
* Fix header guard for amalgamationlloyd2014-07-031-2/+2
* Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.lloyd2014-03-221-0/+29