This library implements some hash and cryptographic algorithms.

Dependents:   ES_CW2_Starter_JIN EMBEDDED_CW2 EMBEDDED_CW2_Final Spinnybois ... more

Fork of Crypto by Francois Berder

Committer:
estott
Date:
Fri Mar 09 10:10:16 2018 +0000
Revision:
15:634f9c4cbab1
Parent:
7:2dbbdfb08123
Reduced flash footprint by removing __forceinline directive in SHA2_32.c

Who changed what in which revision?

UserRevisionLine numberNew contents of line
feb11 0:7a1237bd2d13 1 #ifndef SHA2_H
feb11 0:7a1237bd2d13 2 #define SHA2_H
feb11 0:7a1237bd2d13 3
feb11 0:7a1237bd2d13 4 #include "SHA224.h"
feb11 0:7a1237bd2d13 5 #include "SHA256.h"
feb11 0:7a1237bd2d13 6 #include "SHA384.h"
feb11 0:7a1237bd2d13 7 #include "SHA512.h"
feb11 0:7a1237bd2d13 8
feb11 0:7a1237bd2d13 9 #endif