commit | cf0cb0bc1fe6db1adf39ad3878809bfa6385ba09 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Aug 07 21:11:50 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 07 21:11:50 2018 +0000 |
tree | ae1c62f9441684c14e1f7cdb09c7be5f8f384b78 | |
parent | 7fcaa13d4c833925f6f0b548e013ce74efb22985 [diff] | |
parent | b353a61292bd869f7f82778f03f4ccec6c3044c0 [diff] |
Merge "cryptfs: Remove Speck support"
diff --git a/cryptfs.cpp b/cryptfs.cpp index 16c589e..c4274ed 100644 --- a/cryptfs.cpp +++ b/cryptfs.cpp
@@ -322,10 +322,6 @@ constexpr CryptoType supported_crypto_types[] = { default_crypto_type, - CryptoType() - .set_property_name("Speck128/128-XTS") - .set_crypto_name("speck128-xts-plain64") - .set_keysize(32), // Add new CryptoTypes here. Order is not important. };