Skip to content

feat: Faster computation of L0 #279

feat: Faster computation of L0

feat: Faster computation of L0 #279

Triggered via push September 5, 2024 09:56
Status Success
Total duration 6m 0s
Artifacts

coverage.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
the borrowed expression implements the required traits: halo2_backend/src/plonk/keygen.rs#L165
error: the borrowed expression implements the required traits --> halo2_backend/src/plonk/keygen.rs:165:48 | 165 | let mut acc = zeta * w.pow_vartime(&[index as u64]); | ^^^^^^^^^^^^^^^ help: change this to: `[index as u64]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: halo2_backend/src/plonk/keygen.rs#L156
error: the borrowed expression implements the required traits --> halo2_backend/src/plonk/keygen.rs:156:32 | 156 | let wn = w.pow_vartime(&[n]); | ^^^^ help: change this to: `[n]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]`
the borrowed expression implements the required traits: halo2_backend/src/plonk/keygen.rs#L165
warning: the borrowed expression implements the required traits --> halo2_backend/src/plonk/keygen.rs:165:48 | 165 | let mut acc = zeta * w.pow_vartime(&[index as u64]); | ^^^^^^^^^^^^^^^ help: change this to: `[index as u64]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: halo2_backend/src/plonk/keygen.rs#L156
warning: the borrowed expression implements the required traits --> halo2_backend/src/plonk/keygen.rs:156:32 | 156 | let wn = w.pow_vartime(&[n]); | ^^^^ help: change this to: `[n]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-W clippy::needless-borrows-for-generic-args` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_borrows_for_generic_args)]`
the borrowed expression implements the required traits: halo2_backend/src/plonk/keygen.rs#L165
warning: the borrowed expression implements the required traits --> halo2_backend/src/plonk/keygen.rs:165:48 | 165 | let mut acc = zeta * w.pow_vartime(&[index as u64]); | ^^^^^^^^^^^^^^^ help: change this to: `[index as u64]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: halo2_backend/src/plonk/keygen.rs#L156
warning: the borrowed expression implements the required traits --> halo2_backend/src/plonk/keygen.rs:156:32 | 156 | let wn = w.pow_vartime(&[n]); | ^^^^ help: change this to: `[n]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-W clippy::needless-borrows-for-generic-args` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_borrows_for_generic_args)]`