pub fn fuse(
data: &[u8],
master_key: &Key,
options: Option<FusedShellOptions>,
) -> Result<FusedShellEnvelope>Expand description
Apply the fused shell primitive to arbitrary bytes.
pub fn fuse(
data: &[u8],
master_key: &Key,
options: Option<FusedShellOptions>,
) -> Result<FusedShellEnvelope>Apply the fused shell primitive to arbitrary bytes.