diff options
author | Azul <azul@riseup.net> | 2012-10-15 11:14:28 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2012-10-15 11:14:28 +0200 |
commit | 6feb77060140fe8026812970c4d5ea83da3cd200 (patch) | |
tree | 900cb699aaead6d43c25afd13e773671aa948f6e /lib/SHA256.js | |
parent | d6a78049f3356d9d645143362eca74434410bf62 (diff) | |
parent | 09a6d9eb8d0467f311bbae3d6fe2d923244edb21 (diff) |
Merge branch 'feature-jquery-remote' into develop
Diffstat (limited to 'lib/SHA256.js')
-rw-r--r-- | lib/SHA256.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/SHA256.js b/lib/SHA256.js index 1a852c0..f79b07d 100644 --- a/lib/SHA256.js +++ b/lib/SHA256.js @@ -121,7 +121,6 @@ function SHA256(s){ return str; } - s = Utf8Encode(s); return binb2hex(core_sha256(str2binb(s), s.length * chrsz)); } |