We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1b509 commit a49b474Copy full SHA for a49b474
doc/api/crypto.md
@@ -6004,7 +6004,7 @@ binary data. As such, many `crypto` classes have methods not
6004
typically found on other Node.js classes that implement the [streams][stream]
6005
API (e.g. `update()`, `final()`, or `digest()`). Also, many methods accepted
6006
and returned `'latin1'` encoded strings by default rather than `Buffer`s. This
6007
-default was changed after Node.js 0.8 to use [`Buffer`][] objects by default
+default was changed in Node.js 0.9.3 to use [`Buffer`][] objects by default
6008
instead.
6009
6010
### Support for weak or compromised algorithms
0 commit comments