@@ -152,7 +152,7 @@ int sha3_final(void *md, sha3_ctx_t *c)
// compute a SHA-3 hash (md) of given byte length from "in"
unsigned char *sha3(const uint8_t *in, size_t inlen, uint8_t *md, int mdlen)
void *sha3(const uint8_t *in, size_t inlen, void *md, int mdlen)
{
sha3_ctx_t sha3;
The note is not visible to the blocked user.