Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make XTS a Transformation under src/modes | lloyd | 2013-08-14 | 1 | -59/+0 |
* | Generalize AEAD interface to transformations of stuff | lloyd | 2013-08-08 | 1 | -57/+5 |
* | GCM garbled nonces after one message | lloyd | 2013-04-11 | 1 | -1/+1 |
* | Add AEAD_Mode::output_length | lloyd | 2013-04-10 | 1 | -0/+7 |
* | Lost get_aead decl in revert | lloyd | 2013-04-10 | 1 | -0/+5 |
* | Revert part of 5be6e329324fc8263de56167091754e27305917b, | lloyd | 2013-04-10 | 1 | -7/+2 |
* | Remove return value of AEAD_Mode::start as it doesn't seem necessary | lloyd | 2013-04-03 | 1 | -2/+7 |
* | Add an offset to ignore at the start of the buffer in AEAD processing | lloyd | 2013-03-28 | 1 | -2/+14 |
* | Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes. | lloyd | 2013-03-27 | 1 | -0/+6 |
* | Move EAX to new AEAD_Mode interface | lloyd | 2013-03-20 | 1 | -0/+81 |