VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Crypto.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-03 22:57:24 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-03 23:54:09 +0100
commit55b3400afa1f94f9f7a4317750a15be6b45157a6 (patch)
tree24324cb043822b3daa7d2023ac246eacf24290b9 /src/Common/Crypto.h
parent8f5fd67ff3ca2e68bc97e74ce6ae91931c92775f (diff)
downloadVeraCrypt-55b3400afa1f94f9f7a4317750a15be6b45157a6.tar.gz
VeraCrypt-55b3400afa1f94f9f7a4317750a15be6b45157a6.zip
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.
Diffstat (limited to 'src/Common/Crypto.h')
-rw-r--r--src/Common/Crypto.h2
1 files changed, 1 insertions, 1 deletions
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);