diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2021-10-11 20:30:48 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 17:00:48 +0200 |
| commit | 70978fd05a2ef8b5035a2e829c21cdc13c05ac5b (patch) | |
| tree | a1c3747b7e93f07451ab8f5dd05d93d22e635986 /ext/crypto/Cargo.toml | |
| parent | 1683044ed97953cb1dbfc0080440d5c4cc47bd2e (diff) | |
feat(ext/crypto): support importing raw ECDSA keys (#11871)
Diffstat (limited to 'ext/crypto/Cargo.toml')
| -rw-r--r-- | ext/crypto/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index 16839d8d1..b064f9d44 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -18,6 +18,7 @@ aes = "0.7.5" block-modes = "0.8.1" deno_core = { version = "0.102.0", path = "../../core" } deno_web = { version = "0.51.0", path = "../web" } +elliptic-curve = "0.10.6" lazy_static = "1.4.0" num-traits = "0.2.14" p256 = { version = "0.9.0", features = ["ecdh"] } |
