Skip to content

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

Description

@printfKrzysztof

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!

Metadata

Metadata

Assignees

Labels

aesAdvanced Encryption Standard cryptographic corecrypCryptographic processorenhancementNew feature or requestinternal bug trackerIssue confirmed and logged into the internal bug tracking system

Fields

No fields configured for Feature.

Projects

Status
In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions