Documentation fix. (#227)

This commit is contained in:
Gottfried Herold 2023-03-17 10:54:19 +01:00 committed by GitHub
parent b3291f9bf1
commit 51d15222c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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(