Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/pubkey: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -4/+4 |
* | Externalize the state of a RFC 6979 nonce computation. | lloyd | 2015-03-12 | 2 | -22/+55 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 1 | -3/+2 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -1/+1 |
* | Use registry also for KDF, EMSA, and EME | lloyd | 2015-01-31 | 1 | -3/+3 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 1 | -3/+1 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Implement RFC 6979 determinstic signatures for DSA and ECDSA. | lloyd | 2014-12-10 | 2 | -0/+17 |
* | Fix header guard for amalgamation | lloyd | 2014-07-03 | 1 | -2/+2 |
* | Remove debug headers | lloyd | 2014-04-05 | 1 | -3/+0 |
* | Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups. | lloyd | 2014-03-22 | 3 | -0/+83 |