From 55b3400afa1f94f9f7a4317750a15be6b45157a6 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 3 Jan 2015 22:57:24 +0100 Subject: Windows: change cascade encryption naming format to reflex mathematical composition of the encryption algorithm, thus being more clear. For example AES(Twofish(Serpent)) instead of AES-Twofish-Serpent. --- src/Common/Crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Crypto.h') diff --git a/src/Common/Crypto.h b/src/Common/Crypto.h index 70f481d8..208e72a1 100644 --- a/src/Common/Crypto.h +++ b/src/Common/Crypto.h @@ -293,7 +293,7 @@ void DecipherBlocks (int cipher, void *dataPtr, void *ks, size_t blockCount); int EAGetFirst (); int EAGetCount (void); int EAGetNext (int previousEA); -char * EAGetName (char *buf, int ea); +char * EAGetName (char *buf, int ea, int guiDisplay); int EAGetByName (char *name); int EAGetKeySize (int ea); int EAGetFirstMode (int ea); -- cgit v1.2.3