summaryrefslogtreecommitdiff
path: root/ext/node/lib.rs
diff options
context:
space:
mode:
authorFelipe Baltor <fbaltor@gmail.com>2023-06-26 23:04:49 -0300
committerGitHub <noreply@github.com>2023-06-27 11:04:49 +0900
commit814edcdd570b3fbef2001f7e6434320743a8f834 (patch)
treedb47be5770509341c0a25e1a402b0cf06b1aa58c /ext/node/lib.rs
parenta8d472f88e79703b1890bfdc87d7a3bb20b21428 (diff)
test(ext/node): port crypto_test.ts from deno_std (#19561)
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r--ext/node/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs
index 99c138b8f..bb8d744c8 100644
--- a/ext/node/lib.rs
+++ b/ext/node/lib.rs
@@ -139,6 +139,7 @@ deno_core::extension!(deno_node,
ops::crypto::op_node_cipheriv_final,
ops::crypto::op_node_create_cipheriv,
ops::crypto::op_node_create_hash,
+ ops::crypto::op_node_get_hashes,
ops::crypto::op_node_decipheriv_decrypt,
ops::crypto::op_node_decipheriv_final,
ops::crypto::op_node_hash_update,