pub fn decrypt_with_key(
    encryption_key: &SecretKey,
    bytes: Vec<u8>
) -> Result<Vec<u8>, MutinyError>