Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make XTS a Transformation under src/modes | lloyd | 2013-08-14 | 3 | -358/+0 |
* | Namespace AEAD header guards | lloyd | 2013-07-01 | 1 | -2/+2 |
* | Avoid unnecessary allocations during GCM multiply, 20-30% speedup | lloyd | 2013-05-30 | 1 | -15/+12 |
* | Remove mutation from GCM multiply loop | lloyd | 2013-05-30 | 1 | -4/+2 |
* | GCM garbled nonces after one message | lloyd | 2013-04-11 | 1 | -3/+3 |
* | Add AEAD_Mode::output_length | lloyd | 2013-04-10 | 1 | -0/+9 |
* | Revert part of 5be6e329324fc8263de56167091754e27305917b, | lloyd | 2013-04-10 | 2 | -2/+4 |
* | Remove return value of AEAD_Mode::start as it doesn't seem necessary | lloyd | 2013-04-03 | 2 | -4/+2 |
* | Add an offset to ignore at the start of the buffer in AEAD processing | lloyd | 2013-03-28 | 2 | -21/+32 |
* | Add nonce length checks to EAX and GCM | lloyd | 2013-03-28 | 1 | -0/+3 |
* | Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes. | lloyd | 2013-03-27 | 1 | -6/+12 |
* | Convert OCB to new AEAD interface | lloyd | 2013-03-27 | 1 | -1/+0 |
* | Move GCM to new AEAD interface | lloyd | 2013-03-27 | 3 | -0/+335 |