1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-17 18:16:07 -05:00

Crypto: Add support for Japanese encryption standard Camellia, including for system encryption.

This commit is contained in:
Mounir IDRASSI
2016-06-02 00:10:39 +02:00
parent 99c4031d89
commit 76d3bc631e
67 changed files with 1579 additions and 14 deletions
+2 -1
View File
@@ -17,4 +17,5 @@ SOURCES = \
Serpent.c \
Sha2.c \
Twofish.c \
Whirlpool.c
Whirlpool.c \
Camellia.c