1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/ext/node/polyfills/internal/crypto
Matt Mastracci 0efe438f7c
perf: remove opAsync (#21690)
`opAsync` requires a lookup by name on each async call. This is a
mechanical translation of all opAsync calls to ensureFastOps.

The `opAsync` API on Deno.core will be removed at a later time.
2023-12-27 02:30:26 +01:00
..
_keys.ts chore(ext/node): disable prefer-primordials on a per-file basis (#19553) 2023-06-27 15:18:22 +09:00
_randomBytes.ts refactor: rename built-in node modules from ext:deno_node/ to node: (#19680) 2023-07-02 20:19:30 +02:00
_randomFill.mjs perf: remove opAsync (#21690) 2023-12-27 02:30:26 +01:00
_randomInt.ts refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) 2023-12-07 14:21:01 +01:00
certificate.ts refactor: rename built-in node modules from ext:deno_node/ to node: (#19680) 2023-07-02 20:19:30 +02:00
cipher.ts fix(ext/node): sign with PEM private keys (#21287) 2023-12-03 09:58:13 +05:30
constants.ts chore(ext/node): disable prefer-primordials on a per-file basis (#19553) 2023-06-27 15:18:22 +09:00
diffiehellman.ts refactor: rename built-in node modules from ext:deno_node/ to node: (#19680) 2023-07-02 20:19:30 +02:00
hash.ts refactor: rename built-in node modules from ext:deno_node/ to node: (#19680) 2023-07-02 20:19:30 +02:00
hkdf.ts perf: remove opAsync (#21690) 2023-12-27 02:30:26 +01:00
keygen.ts perf: remove opAsync (#21690) 2023-12-27 02:30:26 +01:00
keys.ts fix(ext/node): sign with PEM private keys (#21287) 2023-12-03 09:58:13 +05:30
pbkdf2.ts perf: remove opAsync (#21690) 2023-12-27 02:30:26 +01:00
random.ts refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) 2023-12-07 14:21:01 +01:00
scrypt.ts perf: remove opAsync (#21690) 2023-12-27 02:30:26 +01:00
sig.ts fix(ext/node): sign with PEM private keys (#21287) 2023-12-03 09:58:13 +05:30
types.ts chore(ext/node): copy internal/crypto/types.ts from std (#18156) 2023-03-14 00:18:07 +09:00
util.ts refactor: rename built-in node modules from ext:deno_node/ to node: (#19680) 2023-07-02 20:19:30 +02:00
x509.ts refactor: rename built-in node modules from ext:deno_node/ to node: (#19680) 2023-07-02 20:19:30 +02:00