cryptfs: Add Adiantum support
am: 8cb4c9ff78
Change-Id: I57692f2a1d1eb0b66105f7ec7620f5abb9228303
This commit is contained in:
commit
461e6732b4
1 changed files with 4 additions and 0 deletions
|
@ -316,6 +316,10 @@ constexpr CryptoType default_crypto_type = CryptoType()
|
|||
|
||||
constexpr CryptoType supported_crypto_types[] = {
|
||||
default_crypto_type,
|
||||
CryptoType()
|
||||
.set_property_name("adiantum")
|
||||
.set_crypto_name("xchacha12,aes-adiantum-plain64")
|
||||
.set_keysize(32),
|
||||
// Add new CryptoTypes here. Order is not important.
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue