altos: Increase AES IV buffer to hold maximum AES state easymotor-v3
authorKeith Packard <keithp@keithp.com>
Sun, 23 Oct 2022 23:48:05 +0000 (16:48 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 27 Oct 2022 23:30:18 +0000 (17:30 -0600)
commit93dd9319494665c6bf9643d38d29e7514fbf7d42
tree488c11e20e427c7489870b988145591c4d6c1312
parent083464b52c835c09a66c06a87246fcd138748a5d
altos: Increase AES IV buffer to hold maximum AES state

The compiler emits warnings if this buffer is only 16 bytes. I'm hoping
that's because the max key size could be 256 bits instead of 128 bits?

In any case, this makes the compiler happy.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/aes/ao_aes.c