Function libacc::encrypt_packet

source ·
pub fn encrypt_packet(
    pkt: &[u8],
    key: &[u8],
    vsn: i32
) -> Result<Vec<u8>, Box<dyn Error>>