pub fn ctr_iv_at_offset(base_iv: &[u8; 16], byte_offset: u64) -> [u8; 16]
Return the effective AES-CTR IV for a CDN chunk starting at byte_offset. Telegram CDN increments the counter (big-endian uint128) by byte_offset / 16.
byte_offset
byte_offset / 16