summaryrefslogtreecommitdiffstats
path: root/core/sha256.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/sha256.js')
-rw-r--r--core/sha256.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sha256.js b/core/sha256.js
index fd51609..6ff5294 100644
--- a/core/sha256.js
+++ b/core/sha256.js
@@ -77,7 +77,7 @@ sjcl.hash.sha256.prototype = {
/**
* Complete hashing and output the hash value.
- * @return {bitArray} The hash value, an array of 16 big-endian words.
+ * @return {bitArray} The hash value, an array of 8 big-endian words.
*/
finalize:function () {
var i, b = this._buffer, h = this._h;