Skip to content

Commit

Permalink
fix: std import
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Jan 3, 2025
1 parent 003e58e commit 4e31547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsa/rpo_stark/stark/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use alloc::vec::Vec;
use core::marker::PhantomData;
use std::vec::Vec;

use prover::RpoSignatureProver;
use rand::{distributions::Standard, prelude::Distribution};
Expand Down

0 comments on commit 4e31547

Please sign in to comment.