4
0
mirror of https://github.com/QuasarApp/Qt-AES.git synced 2025-05-01 07:54:40 +00:00

14 Commits

Author SHA1 Message Date
Matteo B
78efdb4f3f
Adding ECB and CBC modes via AES-NI ()
Added ECB and CBC modes via AES-NI, only is enabled and supported
2020-05-15 16:45:35 -07:00
Matteo Brichese
9537c6e5ad fixed size for blocklen 2019-03-27 21:09:59 -07:00
Matteo Brichese
4a06e8728a fix PKCS7 when text size is a multiple of block size 2019-03-27 21:04:58 -07:00
Matteo Brichese
3d4c882683 fix types and new added new test 2018-12-06 19:43:42 -08:00
Matteo Brichese
6096400737 adding OFB test 2018-04-05 16:23:01 -07:00
Matteo Brichese
278565d661 adding OFB with basic test 2018-04-05 16:07:22 -07:00
Matteo Brichese
b376ee9723 added long text test 2018-04-03 16:52:39 -07:00
Matteo Brichese
80574a11a9 cleanup plus static/instance methods for padding removal 2018-03-28 17:59:11 -07:00
Matteo Brichese
f94a6339de padding tests 2018-03-28 17:47:20 -07:00
Matteo Brichese
1809de722f working on padding feature 2018-03-28 17:42:09 -07:00
Matteo Brichese
666e9dd004 updated readme 2017-07-10 14:12:09 -07:00
Matteo Brichese
e05e387b5c adding CFB-mode 2017-07-10 14:03:57 -07:00
Matteo Brichese
72bd2dfe4a refactoring test class 2017-07-07 11:20:30 -07:00
Matteo Brichese
d69dd98bd1 cleaning 2017-07-07 10:10:47 -07:00