mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(ext/node): add createDecipheriv (#18245)
This commit is contained in:
parent
44553aa09e
commit
5223f3d9b6
5 changed files with 225 additions and 27 deletions
|
@ -96,10 +96,13 @@ fn op_node_build_os() -> String {
|
|||
deno_core::extension!(deno_node,
|
||||
deps = [ deno_io, deno_fs ],
|
||||
ops = [
|
||||
crypto::op_node_create_decipheriv,
|
||||
crypto::op_node_cipheriv_encrypt,
|
||||
crypto::op_node_cipheriv_final,
|
||||
crypto::op_node_create_cipheriv,
|
||||
crypto::op_node_create_hash,
|
||||
crypto::op_node_decipheriv_decrypt,
|
||||
crypto::op_node_decipheriv_final,
|
||||
crypto::op_node_hash_update,
|
||||
crypto::op_node_hash_update_str,
|
||||
crypto::op_node_hash_digest,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue