We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd32d6 commit 8d8d084Copy full SHA for 8d8d084
1 file changed
doc/api/crypto.markdown
@@ -93,7 +93,7 @@ version of OpenSSL on the platform. Examples are `'sha256'`,
93
list-message-digest-algorithms` will display the available digest
94
algorithms.
95
96
-Example: this program that takes the sha1 sum of a file
+Example: this program that takes the sha256 sum of a file
97
98
var filename = process.argv[2];
99
var crypto = require('crypto');
0 commit comments