mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-11 18:54:11 +00:00
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 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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user