Skip to content

Commit

Permalink
remove unused utils_calldata
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime committed Aug 11, 2024
1 parent 9b01c4c commit 47f32ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 541 deletions.
3 changes: 1 addition & 2 deletions src/cairo/contracts/universal_ecip/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ trait IUniversalECIP<TContractState> {
#[starknet::contract]
mod UniversalECIP {
use garaga::definitions::{u384, G1Point};
use garaga::utils_calldata::{MSMHint, DerivePointFromXHint};
use garaga::ec_ops::{msm_g1, G1PointTrait};
use garaga::ec_ops::{msm_g1, G1PointTrait, MSMHint, DerivePointFromXHint};

#[storage]
struct Storage {}
Expand Down
1 change: 0 additions & 1 deletion src/cairo/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ mod pairing_check;
mod circuits;
mod groth16;
mod basic_field_ops;
mod utils_calldata;
mod tests;
mod core;

Expand Down
Loading

0 comments on commit 47f32ca

Please sign in to comment.