This library implements some hash and cryptographic algorithms.
Dependents: ES_CW2_Starter_JIN EMBEDDED_CW2 EMBEDDED_CW2_Final Spinnybois ... more
Fork of Crypto by
History
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)
change public API for hash + small improvements for hash + rearrange code
2013-09-12, by feb11 [Thu, 12 Sep 2013 16:03:43 +0000] rev 6
change public API for hash + small improvements for hash + rearrange code