in src/encrypt.rs [148:154]
fn new_encrypt0(protected: &[u8]) -> Result<Self, CborError> {
Ok(EncStructure {
context: String::from("Encrypt0"),
protected: ByteBuf::from(protected.to_vec()),
external_aad: ByteBuf::new(),
})
}