diff options
Diffstat (limited to 'ext/node/Cargo.toml')
-rw-r--r-- | ext/node/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 5827b585a..0d647e4f0 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -19,6 +19,7 @@ cbc.workspace = true data-encoding = "2.3.3" deno_core.workspace = true digest = { version = "0.10.5", features = ["core-api", "std"] } +dsa = "0.6.1" ecb.workspace = true hex.workspace = true hkdf.workspace = true @@ -29,6 +30,7 @@ libz-sys = { version = "1.1.8", features = ["static"] } md-5 = "0.10.5" md4 = "0.10.2" num-bigint.workspace = true +num-bigint-dig = "0.8.2" num-integer = "0.1.45" num-traits = "0.2.14" once_cell.workspace = true @@ -36,6 +38,7 @@ path-clean = "=0.1.0" pbkdf2 = "0.12.1" rand.workspace = true regex.workspace = true +ring.workspace = true ripemd = "0.1.3" rsa.workspace = true scrypt = "0.11.0" @@ -46,4 +49,6 @@ sha3 = "0.10.5" signature.workspace = true tokio.workspace = true typenum = "1.15.0" +# https://github.com/dalek-cryptography/x25519-dalek/pull/89 +x25519-dalek = "2.0.0-pre.1" x509-parser = "0.15.0" |