Function revm::precompile::kzg_point_evaluation::verify_kzg_proof

source ยท
pub fn verify_kzg_proof(
    commitment: &Bytes48,
    z: &Bytes32,
    y: &Bytes32,
    proof: &Bytes48,
    kzg_settings: &KZGSettings
) -> bool