diff options
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index 1c9d9e0aa..318667d59 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -102,6 +102,9 @@ fn ext_polyfill() -> ExtensionBuilder { fn ops_polyfill(ext: &mut ExtensionBuilder) -> &mut ExtensionBuilder { ext.ops(vec![ + crypto::op_node_cipheriv_encrypt::decl(), + crypto::op_node_cipheriv_final::decl(), + crypto::op_node_create_cipheriv::decl(), crypto::op_node_create_hash::decl(), crypto::op_node_hash_update::decl(), crypto::op_node_hash_update_str::decl(), |