pvr.eon/src/SHA256.h:11:27: error: ‘uint8_t’ does not name a type 11 | void update(const uint8_t * data, size_t length); Can be fixed by editing pvr.eon/src/SHA256.h: #include <stdint.h>
pvr.eon/src/SHA256.h:11:27: error: ‘uint8_t’ does not name a type
11 | void update(const uint8_t * data, size_t length);
Can be fixed by editing pvr.eon/src/SHA256.h:
#include <stdint.h>