Function decrypt_with_seed

Source
pub fn decrypt_with_seed(
    enc: BytesMut,
    seed: &SecretKey,
) -> Result<Bytes, Error>