stm32f7xx_hal_driver
stm32f7xx_hal_driver copied to clipboard
[Request] [AES] Change default AES input size from uint16_t to uint32_t or enable chunking data.
Currently HAL doesn't enable you to encrypt more than 65KB in one go nor doest it enable you to upload data by chunks. Its smol :c I changed my stm32f7xx_hal_cryp.h and .c to uint32_t input size in initializers and interrupts and it works just fine. If there is any particular reason for keeping uint16_t please let me know. Have a good day!