Function askar_crypto::encrypt::crypto_box::crypto_box_seal_open[][src]

pub fn crypto_box_seal_open(
    recip_sk: &X25519KeyPair,
    ciphertext: &[u8]
) -> Result<SecretBytes, Error>
This is supported on crate feature crypto_box only.
Expand description

Unseal a sealed crypto box