Correct hash method signature

This commit is contained in:
Alexey Osipov 2022-11-20 00:01:36 +03:00
parent cccfc749db
commit 853c7aee95
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ C_KZG_RET verify_kzg_proof(bool *out,
const KZGProof *kzg_proof,
const KZGSettings *s);
void hash(uint8_t md[32], uint8_t input[], size_t n);
void hash(uint8_t md[32], const uint8_t input[], size_t n);
#ifdef __cplusplus
}