From 76d3bc631eff60841026f2526d69f6d661d218a3 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 2 Jun 2016 00:10:39 +0200 Subject: Crypto: Add support for Japanese encryption standard Camellia, including for system encryption. --- src/Crypto/Sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Crypto/Sources') 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 -- cgit v1.2.3