mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 18:12:59 -05:00
![]() Previously we had many different code paths all handling digests in different places, all with wildly different digest support. This commit rewrites this to use a single digest handling mechanism for all digest operations. It adds various aliases for digest algorithms, like node does. For example `sha1WithRSAEncryption` is an alias for `sha1`. It also adds support for `md5-sha1` digests in various places. |
||
---|---|---|
.. | ||
node_modules/foo | ||
worker_module | ||
add_global_property.js | ||
add_global_property_run_main.js | ||
binary_stdio.js | ||
child_process_stdio.js | ||
child_process_stdio_012.js | ||
child_process_unref.js | ||
crypto_digest_fixtures.json | ||
ec_prime256v1_public.pem | ||
exec_file_text_error.js | ||
exec_file_text_output.js | ||
green.jpg | ||
infinite_loop.js | ||
lorem_ipsum.txt | ||
lorem_ipsum_512kb.txt | ||
process_exit.ts | ||
process_exit2.ts | ||
process_really_exit.ts | ||
process_stdin.ts | ||
process_stdin_dummy.txt | ||
rsa_private.pem | ||
rsa_private_pkcs1.pem | ||
rsa_public.pem | ||
worker_threads.mjs | ||
worker_threads2.mjs |