mirror of
https://github.com/denoland/deno.git
synced 2025-03-06 02:52:05 -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. |
||
---|---|---|
.. | ||
_keys.ts | ||
_randomBytes.ts | ||
_randomFill.mjs | ||
_randomInt.ts | ||
certificate.ts | ||
cipher.ts | ||
constants.ts | ||
diffiehellman.ts | ||
hash.ts | ||
hkdf.ts | ||
keygen.ts | ||
keys.ts | ||
pbkdf2.ts | ||
random.ts | ||
scrypt.ts | ||
sig.ts | ||
types.ts | ||
util.ts | ||
x509.ts |