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