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:
8:a090264e9b2d
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 #include "Cipher.h"
feb11 0:7a1237bd2d13 2
feb11 0:7a1237bd2d13 3 Cipher::~Cipher()
feb11 0:7a1237bd2d13 4 {
feb11 0:7a1237bd2d13 5 }
feb11 0:7a1237bd2d13 6