Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -2/+2 |
* | utils: Use memeq_const() for all cryptographic purposes | Martin Willi | 2015-04-14 | 1 | -1/+1 |
* | aead: Support custom AEAD salt sizes | Martin Willi | 2014-03-31 | 1 | -1/+7 |
* | iv_gen: aead_t implementations provide an IV generator | Tobias Brunner | 2013-10-11 | 1 | -0/+15 |
* | Add a return value to crypter_t.set_key() | Martin Willi | 2012-07-16 | 1 | -2/+2 |
* | Add a return value to crypter_t.encrypt | Martin Willi | 2012-07-16 | 1 | -32/+29 |
* | Add a return value to aead_t.set_key() | Martin Willi | 2012-07-16 | 1 | -1/+2 |
* | Add a return value to aead_t.encrypt() | Martin Willi | 2012-07-16 | 1 | -1/+2 |
* | Fall back to shifting with 32-bit words if 64-bit byte order conversion funct... | Martin Willi | 2010-08-23 | 1 | -10/+12 |
* | Improve GCM performance by factor 2-3 by shifting full 32/64 bit words | Martin Willi | 2010-08-19 | 1 | -5/+25 |
* | Implemented a gcm plugin providing GCM mode based on CBC crypters | Martin Willi | 2010-08-19 | 1 | -0/+403 |