pub fn encrypt_aes256(
    key: Key256,
    iv: Nonce,
    aad: &ByteSeq,
    msg: &ByteSeq
) -> (ByteSeq, Tag)