AES加解密在STM32中的應用

近期項目中要用到AES加密,作了一個簡單的測試。函數 #define BPOLY 0x1b //!< Lower 8 bits of (x^8+x^4+x^3+x+1), ie. (x^4+x^3+x+1). #define BLOCKSIZE 16 //!< Block size in number of bytes. #define KEY_COUNT 1 #if KEY_COUNT == 1
相關文章
相關標籤/搜索