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:
1:14a7cea431aa
Parent:
0:7a1237bd2d13
Child:
5:06cd9c8afa0b
diff -r 7a1237bd2d13 -r 14a7cea431aa MD2.h
--- a/MD2.h	Sat Sep 07 23:47:28 2013 +0000
+++ b/MD2.h	Mon Sep 09 12:15:26 2013 +0000
@@ -16,8 +16,8 @@
         static void computeDigest(uint8_t *digest, uint8_t *in, uint32_t length);
         
     private :
-    
-        void computeBuffer();
+          
+        static void computeBlock(uint8_t *checksum, uint8_t *x, uint8_t *l2, uint8_t *buffer2);
     
         uint8_t bufferLength;
         uint8_t l;