mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-02 22:03:37 +00:00
Update polynomial-commitments.md
This commit is contained in:
parent
270a66e36c
commit
c1a2962b31
@ -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() and compute_aggregate_kzg_proof().
|
||||
Helper function for compute_kzg_proof().
|
||||
"""
|
||||
roots_of_unity_brp = bit_reversal_permutation(ROOTS_OF_UNITY)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user