Function storage_proofs_core::crypto::aes::decode

source ยท
pub fn decode(key: &[u8], ciphertext: &[u8]) -> Result<Vec<u8>>