Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make XTS a Transformation under src/modes | lloyd | 2013-08-14 | 1 | -170/+0 |
* | Revert part of 5be6e329324fc8263de56167091754e27305917b, | lloyd | 2013-04-10 | 1 | -1/+3 |
* | Remove return value of AEAD_Mode::start as it doesn't seem necessary | lloyd | 2013-04-03 | 1 | -3/+1 |
* | Add an offset to ignore at the start of the buffer in AEAD processing | lloyd | 2013-03-28 | 1 | -17/+28 |
* | 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/+8 |
* | Move GCM to new AEAD interface | lloyd | 2013-03-27 | 1 | -8/+19 |
* | Move EAX to new AEAD_Mode interface | lloyd | 2013-03-20 | 1 | -0/+143 |