While setting the IV for AES ICM the nonce is simply typecast from a void * to a v128_t *. This breaches alignment requirements for v128_t objects on platforms that require it.
The attached patch solves this by implementing a proper copy.
AES ICM nonce alignment patch
Log in to post a comment.
AES ICM nonce alignment patch