File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3467,6 +3467,21 @@ Type: Documentation-only
34673467The [ ` dirent.path ` ] [ ] is deprecated due to its lack of consistency across
34683468release lines. Please use [ ` dirent.parentPath ` ] [ ] instead.
34693469
3470+ ### DEP0179: ` Hash ` constructor
3471+
3472+ <!-- YAML
3473+ changes:
3474+ - version: REPLACEME
3475+ pr-url: https://github.com/nodejs/node/pull/51077
3476+ description: Documentation-only deprecation.
3477+ -->
3478+
3479+ Type: Documentation-only
3480+
3481+ Calling ` Hash ` class directly with ` Hash() ` or ` new Hash() ` is
3482+ deprecated due to being internals, not intended for public use.
3483+ Please use the [ ` crypto.createHash() ` ] [ ] method to create Hash instances.
3484+
34703485[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
34713486[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
34723487[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
@@ -3505,6 +3520,7 @@ release lines. Please use [`dirent.parentPath`][] instead.
35053520[ `crypto.createCipheriv()` ] : crypto.md#cryptocreatecipherivalgorithm-key-iv-options
35063521[ `crypto.createDecipher()` ] : crypto.md#cryptocreatedecipheralgorithm-password-options
35073522[ `crypto.createDecipheriv()` ] : crypto.md#cryptocreatedecipherivalgorithm-key-iv-options
3523+ [ `crypto.createHash()` ] : crypto.md#cryptocreatehashalgorithm-options
35083524[ `crypto.fips` ] : crypto.md#cryptofips
35093525[ `crypto.pbkdf2()` ] : crypto.md#cryptopbkdf2password-salt-iterations-keylen-digest-callback
35103526[ `crypto.randomBytes()` ] : crypto.md#cryptorandombytessize-callback
You can’t perform that action at this time.
0 commit comments