1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28:26 -06:00

Windows: Add support for Streebog (hash) and kuznyechik (encryption)

This commit is contained in:
Mounir IDRASSI
2016-08-09 14:25:52 +02:00
parent 0b2c8b09c6
commit e90e24b30b
28 changed files with 5597 additions and 14 deletions

View File

@@ -20,5 +20,7 @@ SOURCES = \
Sha2.c \
Twofish.c \
GostCipher.c \
Streebog.c \
kuznyechik.c \
Whirlpool.c \
Camellia.c