Commit Graph

139 Commits

Author SHA1 Message Date
kokke 15caccd122 Update aes.h 2017-07-08 03:13:21 +02:00
kokke 5517f34bf0 Update aes.c 2017-07-08 03:12:28 +02:00
kokke 63f9288cbe Delete tiny-AES128-C.files 2017-07-08 03:03:47 +02:00
kokke aa49cc652d Update README.md 2017-07-08 02:09:20 +02:00
kokke 710b311717 Update README.md 2017-07-08 02:06:17 +02:00
kokke 9108bec110 Update README.md 2017-07-08 02:04:39 +02:00
kokke 1fc9bf7549 Update README.md 2017-07-08 01:58:59 +02:00
kokke a8e1df6d3c Update README.md 2017-07-08 01:55:19 +02:00
kokke 4fd333ea76 Merge pull request #58 from bricke/master
Adding AES192 and AES256
2017-07-08 01:51:43 +02:00
Matteo Brichese 85278d01f6 removed unecessary blockcopy 2017-07-07 15:21:15 -07:00
Matteo Brichese 00f1f9218f removed unecessary blockcopy 2017-07-07 15:21:08 -07:00
kokke 4f763704fa Update test.c 2017-06-28 20:44:28 +02:00
Matteo Brichese 265d6bce6b removing unused buffer 2017-06-06 13:51:50 -07:00
Matteo Brichese 881f77a416 Merge branch 'master' of https://github.com/bricke/tiny-AES128-C 2017-06-06 13:37:38 -07:00
Matteo Brichese ebef7abf98 fix 2017-06-06 13:37:28 -07:00
Matteo Brichese 7fbaf55246 Merge pull request #1 from bricke/aes
Aes
2017-06-06 13:35:21 -07:00
Matteo Brichese c1c5fb1974 added AES192 and 256 2017-06-06 13:33:36 -07:00
Matteo Brichese 405f6e5eee Encrypt CBC works 2017-06-06 11:36:11 -07:00
Matteo Brichese 2089462272 adding aes256 aes192 options 2017-06-06 11:10:33 -07:00
Matteo Brichese 8592c76b48 Merge branch 'master' of https://github.com/bricke/tiny-AES128-C 2017-06-05 18:37:04 -07:00
Matteo Brichese 52afbab204 cleaning up 2017-06-05 18:36:46 -07:00
Matteo Brichese c440a222f7 Update README.md 2017-06-05 17:14:30 -07:00
Matteo Brichese 8bd05297f7 Update README.md 2017-06-05 17:13:45 -07:00
Matteo Brichese 15d884421e Update README.md 2017-06-05 17:12:56 -07:00
Matteo Brichese 92c072c748 updated readme 2017-06-05 17:11:58 -07:00
Matteo Brichese c26fb6a5ec adding Key Expansion for AES192 and AES256 2017-06-05 17:07:34 -07:00
Matteo Brichese 200274e385 updated readme 2017-06-05 13:55:00 -07:00
kokke f68d5862d5 Update README.md 2017-03-13 22:23:44 +01:00
kokke f12839839b Merge pull request #24 from namreeb/master
const'ify some parameters
2017-01-05 23:30:06 +01:00
kokke ac285b9f8f Merge pull request #46 from RaptorFactor/master
Make ECB API const-correct.
2017-01-05 23:28:13 +01:00
RaptorFactor 202c3b9b42 Make ECB API const-correct. 2017-01-03 16:41:41 -08:00
kokke f832b4188e s/strncmp/memcmp/g 2016-06-15 20:09:57 +02:00
kokke 7e42e69328 Update README.md 2015-11-10 23:27:08 +01:00
kokke 70f40c6da3 Update README.md 2015-11-10 00:49:12 +01:00
kokke df3dde5fea Update README.md 2015-11-10 00:34:07 +01:00
kokke 8a93fed417 Update README.md 2015-11-10 00:32:29 +01:00
kokke 3e74d56dc1 Update README.md 2015-11-10 00:32:17 +01:00
namreeb 15adafae4d const'ify some parameters 2015-08-06 21:14:04 -10:00
kokke 7c959460a1 Merge pull request #19 from bitdust/master
use uintptr_t instead of intptr_t to avoid warming C4018 in Virsual Studio.
2015-05-25 23:40:42 +02:00
bitdust 27ce3c9308 Update aes.c
use uintptr_t instead of intptr_t to avoid warming C4018 in Virsual Studio.
warming C4018: 'expression' : signed/unsigned mismatch
https://msdn.microsoft.com/library/y92ktdf2.aspx
2015-05-08 18:18:01 +08:00
kokke 0373207800 Update test.c 2014-12-15 22:08:15 +01:00
kokke 800dddc767 Update README.md 2014-12-15 21:32:42 +01:00
kokke eb61f31b36 Update README.md 2014-12-15 21:30:25 +01:00
kokke c4e7eb0201 Update aes.h 2014-12-15 21:22:32 +01:00
kokke 5c525a46a9 Update aes.c 2014-12-15 21:22:17 +01:00
kokke a3f4606cb4 Delete aes_cbc.c 2014-12-15 21:19:53 +01:00
kokke 9f0629463c Included CBC mode 2014-12-15 21:19:44 +01:00
kokke 89130733c6 Update aes.h 2014-12-15 21:18:54 +01:00
kokke 38b0f1135b Update aes.h 2014-12-15 21:18:25 +01:00
kokke d9c9ad2ffc Update aes_cbc.c 2014-12-15 21:18:10 +01:00