aboutsummaryrefslogtreecommitdiffstats
path: root/checks/algos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checks/algos.cpp')
-rw-r--r--checks/algos.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/checks/algos.cpp b/checks/algos.cpp
index 79a609dda..d106d1479 100644
--- a/checks/algos.cpp
+++ b/checks/algos.cpp
@@ -24,7 +24,7 @@ std::vector<algorithm> get_algos()
algos.push_back(algorithm("Block Cipher", "KASUMI", "KASUMI/ECB", 16));
algos.push_back(algorithm("Block Cipher",
- "Lion(SHA-256,Turing)",
+ "Lion",
"Lion(SHA-256,Turing,8192)/ECB", 32));
algos.push_back(algorithm("Block Cipher", "Luby-Rackoff(SHA-512)",
@@ -61,6 +61,7 @@ std::vector<algorithm> get_algos()
algos.push_back(algorithm("Cipher Mode", "AES-128/CTR",
"AES-128/CTR-BE", 16, 16));
algos.push_back(algorithm("Cipher Mode", "AES-128/EAX", 16, 16));
+ algos.push_back(algorithm("Cipher Mode", "AES-128/XTS", 32, 16));
algos.push_back(algorithm("Stream Cipher", "ARC4", 16));
algos.push_back(algorithm("Stream Cipher", "Salsa20", 32));