#ifndef __AES_KDF__ #define __AES_KDF__ #include "secure_types.h" #include "aes128.h" uint *AES_KDF(uint *msg, int block_size); #endif/*__AES_KDF__*/