From 77e58fe7f9fc20dabf77424efbd25ce332f8f59c Mon Sep 17 00:00:00 2001 From: Sean Michael Wykes <8363933+SeanWykes@users.noreply.github.com> Date: Wed, 19 Jan 2022 00:38:35 -0300 Subject: feat(ext/crypto): implement pkcs8/spki/jwk exportKey for ECDSA and ECDH (#13104) --- ext/crypto/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/crypto/lib.rs') diff --git a/ext/crypto/lib.rs b/ext/crypto/lib.rs index 0331d0dc3..f33c25f00 100644 --- a/ext/crypto/lib.rs +++ b/ext/crypto/lib.rs @@ -58,6 +58,7 @@ use std::path::PathBuf; pub use rand; // Re-export rand mod decrypt; +mod ec_key; mod encrypt; mod export_key; mod generate_key; -- cgit v1.2.3