diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-03-21 14:11:54 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-21 14:11:54 +0530 |
| commit | 1f60b8af97b15cb8e33f68c44f602cf69d79bd7a (patch) | |
| tree | b7ab11749fc4e20a9b4589ba2b97bd64991bb9f0 /ext/node/lib.rs | |
| parent | 210f2911ce3f498524c0354e8f60d62e3dbc39ed (diff) | |
fix(ext/node): ECDH.publicKey() point encoding (#23013)
Diffstat (limited to 'ext/node/lib.rs')
| -rw-r--r-- | ext/node/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index 16e69250b..cf63a5785 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -240,6 +240,7 @@ deno_core::extension!(deno_node, ops::crypto::op_node_ecdh_generate_keys, ops::crypto::op_node_ecdh_compute_secret, ops::crypto::op_node_ecdh_compute_public_key, + ops::crypto::op_node_ecdh_encode_pubkey, ops::crypto::x509::op_node_x509_parse, ops::crypto::x509::op_node_x509_ca, ops::crypto::x509::op_node_x509_check_email, |
