mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
test(ext/node): port crypto_test.ts from deno_std (#19561)
This commit is contained in:
parent
a8d472f88e
commit
814edcdd57
7 changed files with 139 additions and 43 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue