mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-25 05:31:11 +01:00
The uint32 is given as a bigendian stream, in the tests, however, the char buffer that collected the stream read it as is, without converting it. Add a temporary buffer, to call `greentea_getc()` 8 times, and then put it in the correct endianity for input to `unhexify()`.