mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-03-03 11:00:38 +00:00
Documentation fix. (#227)
This commit is contained in:
parent
b3291f9bf1
commit
51d15222c6
@ -1031,9 +1031,9 @@ C_KZG_RET verify_kzg_proof(
|
||||
* @param[in] commitment The commitment to a polynomial
|
||||
* @param[in] z The point at which the proof is to be checked
|
||||
* (opened)
|
||||
* @param[in] y The claimed value of the polynomial at @p x
|
||||
* @param[in] y The claimed value of the polynomial at @p z
|
||||
* @param[in] proof A proof of the value of the polynomial at the
|
||||
* point @p x
|
||||
* point @p z
|
||||
* @param[in] s The trusted setup
|
||||
*/
|
||||
static C_KZG_RET verify_kzg_proof_impl(
|
||||
|
Loading…
x
Reference in New Issue
Block a user