Merge "cryptfs: Remove Speck support"
This commit is contained in:
commit
cf0cb0bc1f
1 changed files with 0 additions and 4 deletions
|
@ -322,10 +322,6 @@ constexpr CryptoType default_crypto_type = CryptoType()
|
|||
|
||||
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.
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue