Closed FrankHB closed 8 years ago
The parameter was confusing. Note that sizeof(hash) was actually sizeof(uint8_t*).
sizeof(hash)
sizeof(uint8_t*)
The parameter was confusing. Note that
sizeof(hash)
was actuallysizeof(uint8_t*)
.