#ifndef fooaeshfoo #define fooaeshfoo #include int aes_crypt(uint8_t *key, uint8_t *data, uint8_t *result); int aes_done(void); #endif