Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Oct 21, 2024
1 parent 2ddadee commit f00d4d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/compute/fixed_msm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ use super::backend::init_backend;
use crate::compute::{curve::SwCurveConfig, CurveId, ElementP2};
use ark_ec::short_weierstrass::Affine;
use rayon::prelude::*;
use std::ffi::CString;
use std::marker::PhantomData;
use std::{ffi::CString, marker::PhantomData};

fn count_scalars_per_output(scalars_len: usize, output_bit_table: &[u32]) -> u32 {
let bit_sum: usize = output_bit_table.iter().map(|s| *s as usize).sum();
Expand Down

0 comments on commit f00d4d7

Please sign in to comment.