Fork of François Berder Crypto, fixed AES CBC and small rework

Dependents:   AES_example shaun_larada Smartage

Fork of Crypto by Francois Berder

Revision:
7:2dbbdfb08123
Parent:
0:7a1237bd2d13
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hash/HashAlgorithm.cpp	Sat Sep 14 18:21:32 2013 +0000
@@ -0,0 +1,5 @@
+#include "HashAlgorithm.h"
+
+HashAlgorithm::~HashAlgorithm()
+{
+}