Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-26 | use size_t for buffer size and its indexes | Ihor Dutchak | 1 | -3/+3 | |
- this allows using CBC/CTR with buffers larger than 4GB on 64bit systems; Closes: #172 Signed-off-by: Ihor Dutchak <ihor.youw@gmail.com> | |||||
2020-03-30 | Update aes.h | kokke | 1 | -2/+2 | |
2019-02-21 | Const-qualify all read-only pointers | Torfinn Berset | 1 | -2/+2 | |
2018-05-29 | Update aes.h | kokke | 1 | -2/+2 | |
2018-01-31 | CTR-only mode still needs functions to update counter (iv) | Nick Knudson | 1 | -1/+1 | |
2017-12-08 | fixing #77 | kokke | 1 | -1/+0 | |
2017-12-06 | Update aes.h | kokke | 1 | -11/+10 | |
2017-12-06 | Update aes.h | kokke | 1 | -3/+4 | |
2017-12-06 | Update aes.h | kokke | 1 | -7/+7 | |
2017-12-05 | inplace api and test, Makefile update | Stoian Ivanov | 1 | -5/+5 | |
2017-12-05 | make thead safe via context pram; remove padding as non working; opitmise abit | Stoian Ivanov | 1 | -8/+44 | |
2017-12-01 | Update aes.h | kokke | 1 | -1/+2 | |
2017-12-01 | Update aes.h | kokke | 1 | -0/+1 | |
2017-12-01 | Update aes.h | kokke | 1 | -2/+1 | |
2017-12-01 | Update aes.h | kokke | 1 | -2/+2 | |
2017-12-01 | adding CTR-mode | kokke | 1 | -0/+13 | |
2017-07-08 | Update aes.h | kokke | 1 | -0/+2 | |
2017-07-08 | Update aes.h | kokke | 1 | -5/+5 | |
2017-06-06 | added AES192 and 256 | Matteo Brichese | 1 | -1/+1 | |
2017-06-06 | Encrypt CBC works | Matteo Brichese | 1 | -1/+1 | |
2017-06-06 | adding aes256 aes192 options | Matteo Brichese | 1 | -4/+3 | |
2017-06-06 | cleaning up | Matteo Brichese | 1 | -0/+2 | |
2017-06-06 | adding Key Expansion for AES192 and AES256 | Matteo Brichese | 1 | -6/+4 | |
2017-01-04 | Make ECB API const-correct. | RaptorFactor | 1 | -2/+2 | |
2015-08-07 | const'ify some parameters | namreeb | 1 | -2/+2 | |
2014-12-15 | Update aes.h | kokke | 1 | -1/+1 | |
2014-12-15 | Update aes.h | kokke | 1 | -1/+1 | |
2014-12-15 | Update aes.h | kokke | 1 | -0/+31 | |
2014-12-11 | Update aes.h | kokke | 1 | -2/+0 | |
2014-12-09 | No-copy operation | mb300sd | 1 | -0/+2 | |
2014-12-08 | Update aes.h | kokke | 1 | -2/+2 | |
2014-07-12 | Update aes.h | kokke | 1 | -0/+1 | |
2014-06-03 | Update aes.h | kokke | 1 | -1/+1 | |
2014-05-29 | Create aes.h | kokke | 1 | -0/+8 | |