#pragma once #include void aes128_ctr(uint8_t *, uint8_t *, uint32_t); void aes128_ctr_init(const uint8_t *, uint8_t *);