Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Crypto_light by
History
commit
2018-03-23, by ahaliassos [Fri, 23 Mar 2018 22:05:23 +0000] rev 16
commit
Reduced flash footprint by removing __forceinline directive in SHA2_32.c
2018-03-09, by estott [Fri, 09 Mar 2018 10:10:16 +0000] rev 15
Reduced flash footprint by removing __forceinline directive in SHA2_32.c
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)