Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -1/+1 |
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -3/+6 |
* | Same treatment for cipher modes | Jack Lloyd | 2015-09-10 | 1 | -3/+0 |
* | lib/modes: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-24 | 1 | -6/+6 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 2 | -6/+9 |
* | Get algos via lookup in case of SIMD or other optimized versions | lloyd | 2015-02-18 | 1 | -4/+2 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -2/+4 |
* | Avoid needless buffering when handling padding bytes | lloyd | 2015-01-23 | 1 | -4/+4 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04 | lloyd | 2014-12-31 | 2 | -10/+34 |
* | Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p... | lloyd | 2014-12-29 | 3 | -0/+232 |