Separate RNG library (#470)
* seperates the RNG library * fixes crypto tests * adds rng256 workflow * fixes formatting
This commit is contained in:
@@ -364,7 +364,7 @@ mod test {
|
||||
use super::super::CtapState;
|
||||
use super::*;
|
||||
use crate::env::test::TestEnv;
|
||||
use crypto::rng256::Rng256;
|
||||
use rng256::Rng256;
|
||||
|
||||
const DUMMY_CHANNEL: Channel = Channel::MainHid([0x12, 0x34, 0x56, 0x78]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user