lib: align ZUC keystream array
Array of pointers to keystream is copied to the stack with aligned moves, so this array must be aligned to 16, 32 o 64 bytes, depending on the architecture.
Loading
Please register or sign in to comment
Array of pointers to keystream is copied to the stack with aligned moves, so this array must be aligned to 16, 32 o 64 bytes, depending on the architecture.