pub fn protect(
plaintext: &[u8],
master_key: &Key,
options: Option<ProtectOptions>,
) -> Result<ProtectResult>Expand description
Run the fused-first Voided v2 full flow.
pub fn protect(
plaintext: &[u8],
master_key: &Key,
options: Option<ProtectOptions>,
) -> Result<ProtectResult>Run the fused-first Voided v2 full flow.