Skip to content

Commit

Permalink
chore: minor nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Dec 18, 2023
1 parent ee41ffb commit 7711f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rand/rpo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use winter_math::{FieldElement, StarkField};

use super::{Felt, RandFeltsGen, Word, ZERO};
use crate::hash::rpo::{Rpo256, RpoDigest};
use crate::utils::vec::Vec;
use crate::utils::vec;

// CONSTANTS
// ================================================================================================
Expand Down

0 comments on commit 7711f01

Please sign in to comment.