Update specs/deneb/polynomial-commitments.md

Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
kevaundray
2023-02-20 10:54:16 +00:00
committed by GitHub
parent c1a2962b31
commit 0632a5a32c

View File

@@ -469,7 +469,7 @@ def compute_quotient_eval_within_domain(z: BLSFieldElement,
```python
def compute_kzg_proof_impl(polynomial: Polynomial, z: BLSFieldElement) -> KZGProof:
"""
Helper function for compute_kzg_proof().
Helper function for `compute_kzg_proof()` and `compute_blob_kzg_proof()`.
"""
roots_of_unity_brp = bit_reversal_permutation(ROOTS_OF_UNITY)