Trait cyphres::aes::AesCypherExt
source · pub trait AesCypherExt {
// Required method
fn aes_encrypt(self, key: &[u8; 32]) -> RawPayload;
}pub trait AesCypherExt {
// Required method
fn aes_encrypt(self, key: &[u8; 32]) -> RawPayload;
}