stm32f7xx_hal_driver icon indicating copy to clipboard operation
stm32f7xx_hal_driver copied to clipboard

[Request] [AES] Change default AES input size from uint16_t to uint32_t or enable chunking data.

Open printfKrzysztof opened this issue 7 months ago • 3 comments

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!

printfKrzysztof avatar Mar 24 '25 08:03 printfKrzysztof