Browse Source

fix misc. nits

al-gkr-basic-workflow
Al-Kindi-0 2 years ago
parent
commit
a23c5192d7
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      crypto/src/hash/rpo/tests.rs

+ 0
- 2
crypto/src/hash/rpo/tests.rs

@ -2,9 +2,7 @@ use super::{
ElementHasher, Felt, FieldElement, HashFn, Rpo, RpoDigest256, StarkField, ALPHA, INV_ALPHA,
INV_MDS, MDS, STATE_WIDTH, ZERO,
};
use core::convert::TryInto;
use rand_utils::rand_value;
#[test]

Loading…
Cancel
Save