Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 2 | -3/+11 |
* | McEliece cleanups | Jack Lloyd | 2015-09-29 | 1 | -1/+1 |
* | Add HMAC_DRBG constructor taking a name for the MAC instead of an obj | Jack Lloyd | 2015-09-22 | 2 | -0/+15 |
* | rng: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -6/+6 |
* | lib/rng: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -2/+2 |
* | Externalize the state of a RFC 6979 nonce computation. | lloyd | 2015-03-12 | 2 | -6/+8 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Simpify HMAC_RNG reseeding process. Actually update HMAC_DRBG reseed counter. | lloyd | 2014-03-22 | 1 | -0/+2 |
* | Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups. | lloyd | 2014-03-22 | 2 | -11/+16 |
* | Add HMAC_DRBG | lloyd | 2014-03-21 | 3 | -0/+158 |