From 6eb75232b5b99230124ae81cd95cbd26e3847b71 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Thu, 31 Jul 2014 10:54:26 +0200 Subject: [PATCH] Export nacl.lowlevel.crypto_core_hsalsa20. --- bower.json | 2 +- nacl-fast.js | 1 + nacl.js | 1 + package.json | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index ea3d284b..a5ef9ce1 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/nacl-fast.js b/nacl-fast.js index 3bcd82a1..501da7f6 100644 --- a/nacl-fast.js +++ b/nacl-fast.js @@ -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, diff --git a/nacl.js b/nacl.js index 2c81ad00..8339ab2c 100644 --- a/nacl.js +++ b/nacl.js @@ -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, diff --git a/package.json b/package.json index b4367ae2..86765cd9 100644 --- a/package.json +++ b/package.json @@ -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": {