- #ifndef AES_TESTS_H
- #define AES_TESTS_H
- #include <stdint.h>
- #include <stddef.h>
- void aes_test_shift_block();
- void aes_test_xtime();
- void aes_test_mix_words();
- void aes_test_expand_key();
- void aes_test_block_cipher();
- void aes_test_padding_validation();
- void aes_test_create_padding();
- void aes_test_cipher();
- #endif // AES_TESTS_H
|