Switch Sha256 to using bitcoin_hashes and our own HKDF
[rust-lightning] / src / lib.rs
index bd71b15f35c302827607590199ec4029888f84fe..5564a575f8c8aae8ba8c37f600c8b587dfd4412a 100644 (file)
@@ -12,6 +12,7 @@
 #![cfg_attr(not(feature = "fuzztarget"), deny(missing_docs))]
 
 extern crate bitcoin;
+extern crate bitcoin_hashes;
 extern crate crypto;
 extern crate rand;
 extern crate secp256k1;