pub async fn set_up_insecure_zxcrypt(
block_device: &DirectoryProxy,
) -> Result<DirectoryProxy>
Expand description
Sets up zxcrypt on top of block_device
using an insecure key. Returns a path to the block
device exposed by zxcrypt.
pub async fn set_up_insecure_zxcrypt(
block_device: &DirectoryProxy,
) -> Result<DirectoryProxy>
Sets up zxcrypt on top of block_device
using an insecure key. Returns a path to the block
device exposed by zxcrypt.