Skip to content

Commit

Permalink
Export nacl.lowlevel.crypto_core_hsalsa20.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Jul 31, 2014
1 parent 4e19366 commit 6eb7523
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweetnacl",
"version": "0.10.0",
"version": "0.10.1",
"homepage": "https://dchest.github.io/tweetnacl-js",
"authors": [
"TweetNaCl.js Contributors"
Expand Down
1 change: 1 addition & 0 deletions nacl-fast.js
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ var crypto_secretbox_KEYBYTES = 32,
crypto_hash_BYTES = 64;

nacl.lowlevel = {
crypto_core_hsalsa20: crypto_core_hsalsa20,
crypto_stream_xor : crypto_stream_xor,
crypto_stream : crypto_stream,
crypto_stream_salsa20_xor : crypto_stream_salsa20_xor,
Expand Down
1 change: 1 addition & 0 deletions nacl.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ var crypto_secretbox_KEYBYTES = 32,
crypto_hash_BYTES = 64;

nacl.lowlevel = {
crypto_core_hsalsa20: crypto_core_hsalsa20,
crypto_stream_xor : crypto_stream_xor,
crypto_stream : crypto_stream,
crypto_stream_salsa20_xor : crypto_stream_salsa20_xor,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweetnacl",
"version": "0.10.0",
"version": "0.10.1",
"description": "Port of TweetNaCl cryptographic library to JavaScript",
"main": "nacl.js",
"directories": {
Expand Down

0 comments on commit 6eb7523

Please sign in to comment.