Closed NovaSmoof closed 2 years ago
I believe the second issue referenced in #27 is due to the fact that the bytes array is casted to a uint32_t *, which may cause an alignment issue. So this should force the compiler to align it as if it were a uint32_t array.
uint32_t *
uint32_t
I believe the second issue referenced in #27 is due to the fact that the bytes array is casted to a
uint32_t *
, which may cause an alignment issue. So this should force the compiler to align it as if it were auint32_t
array.