Swap `ring` for our own in-crate ECDSA validator
[dnssec-prover] / src / crypto / mod.rs
index 4c501c84663d04f7b83b860c5ae43426b2f2c234..eaeeb92409343cbb0bc7a4c753398d16d54cc28a 100644 (file)
@@ -19,4 +19,9 @@
 //! 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;
+mod ec;
 pub mod hash;
+pub mod rsa;
+pub mod secp256r1;
+pub mod secp384r1;