↓ 2 callersMethodinner_product_no_mod(
&self,
ctx: &mut RegionCtx<'_, F>,
x: &[AssignedCell<F, F>],
y: &[AssignedCe
src/plonky2_verifier/chip/native_chip/arithmetic_chip.rs:439
↓ 2 callersMethodsquare_extension(
&self,
ctx: &mut RegionCtx<'_, F>,
x: &AssignedExtensionFieldValue<F, 2>,
)
src/plonky2_verifier/chip/goldilocks_extension_chip.rs:244
↓ 1 callersMethodassert_equal_ext(
&self,
ctx: &mut RegionCtx<'_, F>,
a: &[AssignedCell<F, F>; 2],
b: &[Assigne
src/plonky2_verifier/chip/native_chip/arithmetic_chip.rs:223
↓ 1 callersMethodassert_one_extension(
&self,
ctx: &mut RegionCtx<'_, F>,
a: &AssignedExtensionFieldValue<F, 2>,
)
src/plonky2_verifier/chip/goldilocks_extension_chip.rs:391
↓ 1 callersMethodassign(
&self,
ctx: &mut RegionCtx<'_, F>,
a: Value<F>,
b: Value<F>,
c: Valu
src/plonky2_verifier/chip/native_chip/arithmetic_chip.rs:281
↓ 1 callersMethodassign_ext(
&self,
ctx: &mut RegionCtx<'_, F>,
a: [Value<F>; 2],
b: [Value<F>; 2],
src/plonky2_verifier/chip/native_chip/arithmetic_chip.rs:310
↓ 1 callersMethodbatch_initial_polynomials(
&self,
ctx: &mut RegionCtx<'_, F>,
fri_instance_info: &FriInstanceInfo<F, 2>,
src/plonky2_verifier/chip/fri_chip.rs:112
↓ 1 callersMethodcompute_reduced_openings(
&self,
ctx: &mut RegionCtx<'_, F>,
fri_alpha: &AssignedExtensionFieldValue<F, 2>,
src/plonky2_verifier/chip/fri_chip.rs:58
↓ 1 callersMethodconvert_to_ext_algebra(
&self,
ctx: &mut RegionCtx<'_, F>,
et: &AssignedExtensionFieldValue<F, 2>,
)
src/plonky2_verifier/chip/goldilocks_extension_algebra_chip.rs:46
↓ 1 callersMethodexp_power_of_2(
&self,
ctx: &mut RegionCtx<'_, F>,
a: &AssignedValue<F>,
power_log: usize,
src/plonky2_verifier/chip/goldilocks_chip.rs:375
↓ 1 callersMethodexp_power_of_2_extension(
&self,
ctx: &mut RegionCtx<'_, F>,
mut base: AssignedExtensionFieldValue<F, 2>,
src/plonky2_verifier/chip/goldilocks_extension_chip.rs:252
↓ 1 callersMethodfri_verify_proof_of_work(
&self,
ctx: &mut RegionCtx<'_, F>,
fri_pow_response: &AssignedCell<F, F>,
co
src/plonky2_verifier/chip/fri_chip.rs:364