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/Crypto/Sources | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Crypto/Sources') diff --git a/src/Crypto/Sources b/src/Crypto/Sources index ae16662c..af6479f4 100644 --- a/src/Crypto/Sources +++ b/src/Crypto/Sources @@ -5,10 +5,12 @@ INCLUDES = .. NTTARGETFILES = \ "$(OBJ_PATH)\$(O)\Aes_$(TC_ARCH).obj" \ - "$(OBJ_PATH)\$(O)\Aes_hw_cpu.obj" + "$(OBJ_PATH)\$(O)\Aes_hw_cpu.obj" \ + "$(OBJ_PATH)\$(O)\gost89_$(TC_ARCH).obj" SOURCES = \ Aes_$(TC_ARCH).asm \ + gost89_$(TC_ARCH).asm \ Aes_hw_cpu.asm \ Aeskey.c \ Aestab.c \ @@ -17,5 +19,6 @@ SOURCES = \ Serpent.c \ Sha2.c \ Twofish.c \ + GostCipher.c \ Whirlpool.c \ Camellia.c -- cgit v1.2.3