Skip to content

Commit 8d8d084

Browse files
committed
sha1 -> sha265
1 parent fbd32d6 commit 8d8d084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/crypto.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ version of OpenSSL on the platform. Examples are `'sha256'`,
9393
list-message-digest-algorithms` will display the available digest
9494
algorithms.
9595

96-
Example: this program that takes the sha1 sum of a file
96+
Example: this program that takes the sha256 sum of a file
9797

9898
var filename = process.argv[2];
9999
var crypto = require('crypto');

0 commit comments

Comments
 (0)