Use `bitcoin_hashes` rather than `ring` for hashing
[dnssec-prover] / src / lib.rs
index b36f05483bd0545f57988ad56a5516b59078601b..c0d5f1f4f10920e81bc90869ecb9152d83b1abe0 100644 (file)
@@ -34,9 +34,9 @@ extern crate alloc;
 
 pub mod rr;
 pub mod ser;
+pub mod query;
 
+#[cfg(feature = "validation")]
+mod crypto;
 #[cfg(feature = "validation")]
 pub mod validation;
-
-#[cfg(feature = "std")]
-pub mod query;