Swap `ring` for our own in-crate RSA validator
[dnssec-prover] / src / crypto / mod.rs
index 4c501c84663d04f7b83b860c5ae43426b2f2c234..24f6121a24513cbe687f17c617d7613dd9403662 100644 (file)
@@ -19,4 +19,6 @@
 //! does what we need without any unnecessary dependencies and with a very conservative MSRV
 //! policy. Thus we go ahead and use that for our hashing needs.
 
+pub mod bigint;
 pub mod hash;
+pub mod rsa;