Fork of François Berder Crypto, fixed AES CBC and small rework
Dependents: AES_example shaun_larada Smartage
Fork of Crypto by
History
AES: bugfixed CBC, added PCBC (i could add CFB and OFB if needed), added public setIV(), moved keyExpansion() to public, in and out buffers can be the same
2015-01-28, by Geremia [Wed, 28 Jan 2015 17:55:13 +0000] rev 16
AES: bugfixed CBC, added PCBC (i could add CFB and OFB if needed), added public setIV(), moved keyExpansion() to public, in and out buffers can be the same
AES: bugfixed CBC, added PCBC, added public setIV(iv), moved keyExpansion() to public
2015-01-28, by Geremia [Wed, 28 Jan 2015 17:15:32 +0000] rev 15
AES: bugfixed CBC, added PCBC, added public setIV(iv), moved keyExpansion() to public
CBC mode completed
2014-05-11, by feb11 [Sun, 11 May 2014 13:36:45 +0000] rev 14
CBC mode completed
fixed warnings + fixed errors if compiling with gcc arm compiler
2014-05-11, by feb11 [Sun, 11 May 2014 11:14:51 +0000] rev 13
fixed warnings + fixed errors if compiling with gcc arm compiler
removed mbed library
2014-04-08, by feb11 [Tue, 08 Apr 2014 19:39:25 +0000] rev 12
removed mbed library
fixed bug in HMAC
2013-10-02, by feb11 [Wed, 02 Oct 2013 16:39:00 +0000] rev 11
fixed bug in HMAC
implemented HMAC
2013-09-24, by feb11 [Tue, 24 Sep 2013 07:19:04 +0000] rev 10
implemented HMAC
implemented MD4
2013-09-16, by feb11 [Mon, 16 Sep 2013 08:35:36 +0000] rev 9
implemented MD4
refactored public API for ciphers & added TDES
2013-09-14, by feb11 [Sat, 14 Sep 2013 20:54:59 +0000] rev 8
refactored public API for ciphers & added TDES
added DES (not tested yet)
2013-09-14, by feb11 [Sat, 14 Sep 2013 18:21:32 +0000] rev 7
added DES (not tested yet)