1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: Add Magma cipher (GOST-89)

This commit is contained in:
Mounir IDRASSI
2016-08-09 09:54:00 +02:00
parent 460f552a41
commit 0b2c8b09c6
11 changed files with 889 additions and 8 deletions

View File

@@ -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"