Swap `ring` for our own in-crate ECDSA validator
[dnssec-prover] / src / crypto / mod.rs
index 06d13f2245e0510ee9185a4ea29a1a4fa4d08adc..eaeeb92409343cbb0bc7a4c753398d16d54cc28a 100644 (file)
@@ -20,4 +20,8 @@
 //! 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;