summaryrefslogtreecommitdiffstats
path: root/aes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-26use size_t for buffer size and its indexesIhor Dutchak1-6/+6
2020-05-28Fix compiler warning in CTR only modeJacob Siverskog1-7/+10
2020-03-30removing commented-out call to printf...kokke1-1/+0
2020-03-03loop optimizationDmitry1-18/+17
2020-01-24Update aes.ckokke1-1/+0
2019-02-22Update aes.ckokke1-3/+3
2019-02-21Const-qualify all read-only pointersTorfinn Berset1-9/+9
2019-01-22Also only define the Inv* family of functions if InvCipher is being compiledRoy Keene1-1/+2
2019-01-11Only define InvCipher if neededRoy Keene1-1/+2
2018-12-03Update aes.ckokke1-2/+2
2018-11-30Update aes.ckokke1-2/+2
2018-05-29Update aes.ckokke1-2/+2
2018-05-02Commenting reason for extra calls to xtime()kokke1-1/+4
2018-01-31CTR-only mode still needs functions to update counter (iv)Nick Knudson1-1/+1
2017-12-13Update aes.ckokke1-3/+0
2017-12-06Update aes.ckokke1-55/+57
2017-12-05inplace api and test, Makefile updateStoian Ivanov1-37/+31
2017-12-05make thead safe via context pram; remove padding as non working; opitmise abitStoian Ivanov1-147/+100
2017-12-04Update aes.ckokke1-28/+8
2017-12-01Update aes.ckokke1-2/+2
2017-12-01Update aes.ckokke1-1/+2
2017-12-01Update aes.ckokke1-0/+2
2017-12-01Update aes.ckokke1-2/+2
2017-12-01Update aes.ckokke1-2/+3
2017-12-01Update aes.ckokke1-1/+1
2017-12-01Update aes.ckokke1-1/+1
2017-12-01adding CTR-modekokke1-1/+40
2017-11-10Update aes.ckokke1-0/+2
2017-11-10Update aes.ckokke1-1/+1
2017-11-10Update aes.ckokke1-1/+1
2017-07-13Update aes.ckokke1-1/+16
2017-07-08Update aes.ckokke1-19/+19
2017-07-08Update aes.ckokke1-1/+3
2017-07-08Update aes.ckokke1-40/+40
2017-07-08Update aes.ckokke1-8/+8
2017-07-08removed unecessary blockcopyMatteo Brichese1-6/+0
2017-07-08removed unecessary blockcopyMatteo Brichese1-4/+4
2017-06-06added AES192 and 256Matteo Brichese1-15/+15
2017-06-06Encrypt CBC worksMatteo Brichese1-20/+20
2017-06-06adding aes256 aes192 optionsMatteo Brichese1-23/+13
2017-06-06adding Key Expansion for AES192 and AES256Matteo Brichese1-40/+51
2017-01-04Make ECB API const-correct.RaptorFactor1-3/+3
2015-08-07const'ify some parametersnamreeb1-3/+3
2015-05-08Update aes.cbitdust1-2/+2
2014-12-15Update aes.ckokke1-2/+4
2014-12-15Included CBC modekokke1-9/+119
2014-12-10Update aes.ckokke1-73/+27
2014-12-09No-copy operationmb300sd1-86/+103
2014-12-08Update aes.ckokke1-1/+1
2014-12-08Update aes.ckokke1-2/+2
2014-12-06Update aes.ckokke1-32/+46
2014-11-26Update aes.ckokke1-20/+20
2014-07-12Update aes.ckokke1-4/+157
2014-06-03Update aes.ckokke1-4/+4
2014-06-03Update aes.ckokke1-1/+1
2014-06-03Update aes.ckokke1-1/+0
2014-06-03Update aes.ckokke1-2/+2
2014-06-03Update aes.ckokke1-4/+4
2014-05-30Update aes.ckokke1-3/+1
2014-05-30Update aes.ckokke1-1/+1
2014-05-29Update aes.ckokke1-1/+1
2014-05-29Update aes.ckokke1-1/+1
2014-05-29Update aes.ckokke1-1/+1
2014-05-29Update aes.ckokke1-1/+1
2014-05-29Update aes.ckokke1-2/+0
2014-05-29Update aes.ckokke1-211/+211
2014-05-29Create aes.ckokke1-0/+338