cryptfs: Add Adiantum support am: 8cb4c9ff78 am: 461e6732b4

am: 8b90442c0f

Change-Id: Iffd163ee7ca99a24cdc021ef567950a2a8f2aa62
gugelfrei
Greg Kaiser 6 years ago committed by android-build-merger
commit 5b64839190

@ -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…
Cancel
Save