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

Revision:
8:a090264e9b2d
Parent:
7:2dbbdfb08123
--- a/cipher/Cipher.cpp	Sat Sep 14 18:21:32 2013 +0000
+++ b/cipher/Cipher.cpp	Sat Sep 14 20:54:59 2013 +0000
@@ -4,9 +4,3 @@
 {
 }
 
-
-CIPHER_TYPE Cipher::getType() const
-{
-    return getBlockSize() <= 1 ? STREAM_CIPHER : BLOCK_CIPHER;
-}
-