summaryrefslogtreecommitdiff
path: root/ext/crypto/shared.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/crypto/shared.rs')
-rw-r--r--ext/crypto/shared.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/crypto/shared.rs b/ext/crypto/shared.rs
index 109f51fa1..fdbdb23d9 100644
--- a/ext/crypto/shared.rs
+++ b/ext/crypto/shared.rs
@@ -8,9 +8,9 @@ use deno_core::error::AnyError;
use deno_core::JsBuffer;
use deno_core::ToJsBuffer;
use elliptic_curve::sec1::ToEncodedPoint;
+use p256::pkcs8::DecodePrivateKey;
use rsa::pkcs1::DecodeRsaPrivateKey;
use rsa::pkcs1::EncodeRsaPublicKey;
-use rsa::pkcs8::DecodePrivateKey;
use rsa::RsaPrivateKey;
use serde::Deserialize;
use serde::Serialize;