Skip to content

Commit

Permalink
sha1 -> sha265
Browse files Browse the repository at this point in the history
  • Loading branch information
thinred committed Jul 27, 2015
1 parent fbd32d6 commit 8d8d084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ version of OpenSSL on the platform. Examples are `'sha256'`,
list-message-digest-algorithms` will display the available digest
algorithms.

Example: this program that takes the sha1 sum of a file
Example: this program that takes the sha256 sum of a file

var filename = process.argv[2];
var crypto = require('crypto');
Expand Down

0 comments on commit 8d8d084

Please sign in to comment.