Skip to content

Commit

Permalink
Regen with emcc 1.36.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed May 29, 2016
1 parent ab0832d commit f457f6e
Show file tree
Hide file tree
Showing 26 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion browsers-test/aead_aes256gcm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/aead_chacha20poly1305.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/box7.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/box8.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/box_easy2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/box_seal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/chacha20.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/generichash.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/pwhash.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/pwhash_scrypt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/scalarmult.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/scalarmult6.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/secretbox_easy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/secretbox_easy2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browsers-test/verify1.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/browsers-sumo/combined/sodium.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/browsers-sumo/combined/sodium.min.js

Large diffs are not rendered by default.

Binary file modified dist/browsers-sumo/combined/sodium.min.js.gz
Binary file not shown.
12 changes: 6 additions & 6 deletions dist/browsers/combined/sodium.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/browsers/combined/sodium.min.js

Large diffs are not rendered by default.

Binary file modified dist/browsers/combined/sodium.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/modules-sumo/libsodium-wrappers.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
65;
}
if (typeof aBytes === "string") {
throw new Exception("input has to be an array");
throw new Error("input has to be an array");
}
var nMod3 = 2,
sB64Enc = "";
Expand Down
12 changes: 6 additions & 6 deletions dist/modules-sumo/libsodium.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modules/libsodium-wrappers.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
65;
}
if (typeof aBytes === "string") {
throw new Exception("input has to be an array");
throw new Error("input has to be an array");
}
var nMod3 = 2,
sB64Enc = "";
Expand Down
10 changes: 5 additions & 5 deletions dist/modules/libsodium.js

Large diffs are not rendered by default.

0 comments on commit f457f6e

Please sign in to comment.