From e8dda4d5580dd4d40fd23625561e61f79e408e6f Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Tue, 22 Jan 2013 21:10:15 +0100 Subject: [PATCH] Add SHA512 to SJCL. --- grunt.js | 1 + 1 file changed, 1 insertion(+) diff --git a/grunt.js b/grunt.js index 0249b053..152cef35 100644 --- a/grunt.js +++ b/grunt.js @@ -21,6 +21,7 @@ module.exports = function(grunt) { "src/js/sjcl/core/codecBase64.js", "src/js/sjcl/core/codecBytes.js", "src/js/sjcl/core/sha256.js", + "src/js/sjcl/core/sha512.js", "src/js/sjcl/core/sha1.js", "src/js/sjcl/core/ccm.js", // "src/js/sjcl/core/cbc.js",