0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-12 07:07:43 -04:00
deno/ext/node/polyfills/internal/crypto
Bartek Iwańczuk 4e3882bef0 refactor: Use virtul ops module (#22175)
Follow up to #22157.

This leaves us with 4 usages of `ensureFastOps()` in `deno` itself.
There's also about 150 usages of `Deno.core.ops.<op_name>` left as well.
2024-02-01 11:19:56 +05:30
..
_keys.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
_randomBytes.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
_randomFill.mjs refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
_randomInt.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-02-01 11:19:56 +05:30
certificate.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cipher.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-02-01 11:19:56 +05:30
constants.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
diffiehellman.ts refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
hash.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-02-01 11:19:56 +05:30
hkdf.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-02-01 11:19:56 +05:30
keygen.ts refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
keys.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-02-01 11:19:56 +05:30
pbkdf2.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-02-01 11:19:56 +05:30
random.ts refactor: Use virtul ops module (#22175) 2024-02-01 11:19:56 +05:30
scrypt.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-02-01 11:19:56 +05:30
sig.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-02-01 11:19:56 +05:30
types.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
util.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
x509.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-02-01 11:19:56 +05:30