mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
08e5606c34
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. |
||
---|---|---|
.. | ||
crypto_cipher_gcm_test.ts | ||
crypto_cipher_test.ts | ||
crypto_hash_test.ts | ||
crypto_hkdf_test.ts | ||
crypto_key_test.ts | ||
crypto_misc_test.ts | ||
crypto_pbkdf2_test.ts | ||
crypto_scrypt_test.ts | ||
crypto_sign_test.ts | ||
ec_private_secp256r1.pem | ||
gcmEncryptExtIV128.json | ||
gcmEncryptExtIV256.json | ||
generate_fixture.mjs |