refactor(node/crypto): scrypt polyfill to rust (#18746)

This commit is contained in:
Levente Kurusa 2023-04-18 14:29:10 +02:00 committed by GitHub
parent 74aee8b305
commit 530963c34c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 167 additions and 179 deletions

View file

@ -196,6 +196,8 @@ deno_core::extension!(deno_node,
crypto::op_node_sign,
crypto::op_node_verify,
crypto::op_node_random_int,
crypto::op_node_scrypt_sync,
crypto::op_node_scrypt_async,
crypto::x509::op_node_x509_parse,
crypto::x509::op_node_x509_ca,
crypto::x509::op_node_x509_check_email,