mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
fmt
This commit is contained in:
parent
493f516fac
commit
b62fa3f608
@ -1,4 +1,4 @@
|
||||
use crate::curve::curve_types::{AffinePoint, base_to_scalar, Curve, CurveScalar};
|
||||
use crate::curve::curve_types::{base_to_scalar, AffinePoint, Curve, CurveScalar};
|
||||
use crate::field::field_types::Field;
|
||||
|
||||
pub struct ECDSASignature<C: Curve> {
|
||||
|
||||
@ -160,7 +160,8 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
||||
let t = b.target;
|
||||
|
||||
BigUintTarget {
|
||||
limbs: a.limbs
|
||||
limbs: a
|
||||
.limbs
|
||||
.iter()
|
||||
.map(|&l| U32Target(self.mul(l.0, t)))
|
||||
.collect(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user