mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(ext/node): implement hkdf-expand (#18612)
Towards https://github.com/denoland/deno/issues/18455
This commit is contained in:
parent
2d0a9ffbcc
commit
df72420d72
8 changed files with 287 additions and 8 deletions
|
@ -189,6 +189,8 @@ deno_core::extension!(deno_node,
|
|||
crypto::op_node_check_prime_bytes_async,
|
||||
crypto::op_node_pbkdf2,
|
||||
crypto::op_node_pbkdf2_async,
|
||||
crypto::op_node_hkdf,
|
||||
crypto::op_node_hkdf_async,
|
||||
crypto::op_node_generate_secret,
|
||||
crypto::op_node_generate_secret_async,
|
||||
crypto::op_node_sign,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue