1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/node/polyfills/internal/crypto
Bartek Iwańczuk 345423cf76
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-01-29 22:02:26 +01:00
..
_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-01-29 22:02:26 +01:00
_randomInt.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-01-29 14:58:08 +01:00
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-01-29 14:58:08 +01:00
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-01-29 22:02:26 +01:00
hash.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-01-29 14:58:08 +01:00
hkdf.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-01-29 14:58:08 +01:00
keygen.ts refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
keys.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-01-29 14:58:08 +01:00
pbkdf2.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-01-29 14:58:08 +01:00
random.ts refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01:00
scrypt.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-01-29 14:58:08 +01:00
sig.ts refactor: migrate 'ext/node' extension to virtual ops module (#22157) 2024-01-29 14:58:08 +01:00
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-01-29 14:58:08 +01:00