cortexm-AES
cortexm-AES copied to clipboard
high performance AES implementations optimized for cortex-m microcontrollers
Hi, do you plan to add the an implementation using T-tables for the CM0 target? Thanks!
GCM ?
Hey, this library looks awesome! Just curious if this can be used for AES-GCM ?
ctx, input and output data need to be 4 byte aligned to not crash cm0 will crash even with unaligned `ldr` cm7 prefers 8 byte alignment for perf reasons
otherwise no padding, will read and write past the in/out buffers
If true, then the last compressed processing instruction can leak secret data.
currently it takes space in flash, generation code should be smaller Somehow make sure that unused tables are not forced in, due to being generated rather than .data initialized enabled...
qkv2 results contain additional instructions within measurement window. Should solve also call overhead bias.
separated into corectness and perf and templated to reduce duplications