diff --git a/stratosphere/loader/include/picosha2.hpp b/stratosphere/loader/include/picosha2.hpp index a373b6c..e78404a 100644 --- a/stratosphere/loader/include/picosha2.hpp +++ b/stratosphere/loader/include/picosha2.hpp @@ -37,8 +37,8 @@ #include namespace picosha2 { -typedef unsigned long word_t; -typedef unsigned char byte_t; +typedef uint32_t word_t; +typedef uint8_t byte_t; static const size_t k_digest_size = 32;