summaryrefslogtreecommitdiff
path: root/ext/node/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r--ext/node/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs
index 6df408ffd..725567cc3 100644
--- a/ext/node/lib.rs
+++ b/ext/node/lib.rs
@@ -328,7 +328,9 @@ pub fn init_polyfill() -> Extension {
.ops(vec![
crypto::op_node_create_hash::decl(),
crypto::op_node_hash_update::decl(),
+ crypto::op_node_hash_update_str::decl(),
crypto::op_node_hash_digest::decl(),
+ crypto::op_node_hash_digest_hex::decl(),
crypto::op_node_hash_clone::decl(),
crypto::op_node_private_encrypt::decl(),
crypto::op_node_private_decrypt::decl(),