Skip to content

Commit

Permalink
Use rand for StdRng import instead of re-export from aes (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-lj authored Mar 25, 2024
1 parent 6dbb0ce commit 7219182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastcrypto/src/tests/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

use crate::hash::{HashFunction, Sha256};
use crate::traits::KeyPair;
use aes::cipher::crypto_common::rand_core::SeedableRng;
use rand::prelude::StdRng;
use rand::SeedableRng;
use serde::de::DeserializeOwned;
use serde::Serialize;
use std::fmt::Debug;
Expand Down

0 comments on commit 7219182

Please sign in to comment.