Skip to content

Commit a49b474

Browse files
MikeMcC399aduh95
andauthored
Clarify crypto change in Node.js 0.9.3
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 6f1b509 commit a49b474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6004,7 +6004,7 @@ binary data. As such, many `crypto` classes have methods not
60046004
typically found on other Node.js classes that implement the [streams][stream]
60056005
API (e.g. `update()`, `final()`, or `digest()`). Also, many methods accepted
60066006
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
6007+
default was changed in Node.js 0.9.3 to use [`Buffer`][] objects by default
60086008
instead.
60096009

60106010
### Support for weak or compromised algorithms

0 commit comments

Comments
 (0)