diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-06-02 00:10:39 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-06-02 00:12:00 +0200 |
commit | 76d3bc631eff60841026f2526d69f6d661d218a3 (patch) | |
tree | cecc43976a8c45029b35b08ba3af0819ebee3993 /src/Crypto/Sources | |
parent | 99c4031d89ce4f72e3899b3cac660082a1820a48 (diff) | |
download | VeraCrypt-76d3bc631eff60841026f2526d69f6d661d218a3.tar.gz VeraCrypt-76d3bc631eff60841026f2526d69f6d661d218a3.zip |
Crypto: Add support for Japanese encryption standard Camellia, including for system encryption.
Diffstat (limited to 'src/Crypto/Sources')
-rw-r--r-- | src/Crypto/Sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Crypto/Sources b/src/Crypto/Sources index 6eb7b7b4..ae16662c 100644 --- a/src/Crypto/Sources +++ b/src/Crypto/Sources @@ -17,4 +17,5 @@ SOURCES = \ Serpent.c \ Sha2.c \ Twofish.c \ - Whirlpool.c + Whirlpool.c \ + Camellia.c |