Move cryptographic algorithms and utilities to a new `crypto` mod
[rust-lightning] / lightning / src / util / scid_utils.rs
index fbbcc69a133e0966e8bd937d1838ac8dc4fd5c17..45b24fd14b042e563e7d64f9dc978684f21eab3a 100644 (file)
@@ -69,7 +69,7 @@ pub(crate) mod fake_scid {
        use bitcoin::blockdata::constants::ChainHash;
        use bitcoin::network::constants::Network;
        use crate::sign::EntropySource;
-       use crate::util::chacha20::ChaCha20;
+       use crate::crypto::chacha20::ChaCha20;
        use crate::util::scid_utils;
 
        use core::convert::TryInto;