test(ext/node): port crypto_test.ts from deno_std (#19561)

This commit is contained in:
Felipe Baltor 2023-06-26 23:04:49 -03:00 committed by GitHub
parent a8d472f88e
commit 814edcdd57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 139 additions and 43 deletions

View file

@ -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,