Correct hash method signature
This commit is contained in:
parent
cccfc749db
commit
853c7aee95
|
@ -121,7 +121,7 @@ C_KZG_RET verify_kzg_proof(bool *out,
|
||||||
const KZGProof *kzg_proof,
|
const KZGProof *kzg_proof,
|
||||||
const KZGSettings *s);
|
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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue