mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-10 02:35:41 +00:00
83da3807ab
* restructure verify_cell_kzg_proof_batch a bit * first draft of universal verification equation * add one more empty line to make linter happy * make linter happy * more testcases for verify_cell_kzg_proof_batch * verify_cell_kzg_proof_batch: derive coefficient via hash * rename verify_cell_kzg_proof_batch_challenge -> compute_verify_cell_kzg_proof_batch_challenge * verify_cell_kzg_proof_batch: editorial + some refactoring * Improve documentation and variable naming. * remove k_i from code and doc --------- Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>