The order of arguments to memcpy was reversed, which is sadly possible because the constness `KeyBlock` of keyblock doesn't propagate to pointers it contains.
The order of arguments to memcpy was reversed, which is sadly possible because the constness `KeyBlock` of keyblock doesn't propagate to pointers it contains.