pull/9/merge
dobobaie 8 years ago committed by GitHub
commit 9f2b6213b5

@ -7,6 +7,7 @@
* @license MIT * @license MIT
*/ */
/*jslint bitwise: true */ /*jslint bitwise: true */
var sha224, sha256;
(function () { (function () {
'use strict'; 'use strict';
@ -364,6 +365,9 @@
exports.sha256 = exports; exports.sha256 = exports;
exports.sha224 = createMethod(true); exports.sha224 = createMethod(true);
sha224 = exports.sha224;
sha256 = exports.sha256;
if (COMMON_JS) { if (COMMON_JS) {
module.exports = exports; module.exports = exports;
} else { } else {

Loading…
Cancel
Save