altos: Increase AES IV buffer to hold maximum AES state
authorKeith Packard <keithp@keithp.com>
Sun, 23 Oct 2022 23:48:05 +0000 (16:48 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 23 Oct 2022 23:49:10 +0000 (16:49 -0700)
commit48a8ae2d38ecad5aa84b2158045c6a2fd8abe5ab
treea5868588432e2c918f4b7dde34fb9a83b4d76b97
parent3735e1eb27afb873d60164a79a9e2769dc92b3a3
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