From 0b2c8b09c6eb3ddce22fa88c34a640881f8f2177 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 9 Aug 2016 09:54:00 +0200 Subject: Windows: Add Magma cipher (GOST-89) --- src/Common/Crypto.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/Common/Crypto.h') diff --git a/src/Common/Crypto.h b/src/Common/Crypto.h index 28b5f8c4..9b5fbace 100644 --- a/src/Common/Crypto.h +++ b/src/Common/Crypto.h @@ -107,7 +107,8 @@ enum AES, SERPENT, TWOFISH, - CAMELLIA + CAMELLIA, + GOST89 }; typedef struct @@ -189,9 +190,10 @@ typedef struct #ifndef TC_WINDOWS_BOOT # include "Sha2.h" # include "Whirlpool.h" -# include "Camellia.h" +# include "GostCipher.h" +# include "Camellia.h" #else -# include "CamelliaSmall.h" +# include "CamelliaSmall.h" #endif #include "GfMul.h" -- cgit v1.2.3