From e90e24b30b379752bf6531c663085de1d2a653d7 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 9 Aug 2016 14:25:52 +0200 Subject: Windows: Add support for Streebog (hash) and kuznyechik (encryption) --- src/Crypto/Sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Crypto/Sources') diff --git a/src/Crypto/Sources b/src/Crypto/Sources index af6479f4..c7601a02 100644 --- a/src/Crypto/Sources +++ b/src/Crypto/Sources @@ -20,5 +20,7 @@ SOURCES = \ Sha2.c \ Twofish.c \ GostCipher.c \ + Streebog.c \ + kuznyechik.c \ Whirlpool.c \ Camellia.c -- cgit v1.2.3