summaryrefslogtreecommitdiff
path: root/lib/crypto.js
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2015-06-13 19:47:14 +0200
committerRoman Reiss <me@silverwind.io>2015-06-15 16:37:37 +0200
commitfb8811d95ec3d644f60db24f4a816f8c05cd9ad5 (patch)
tree1993c62f3bdf3b6bd4df1214a8692a91eec726c2 /lib/crypto.js
parent8d8a26e8f7b4e65191af80d94bccada2217cbbb2 (diff)
downloadandroid-node-v8-fb8811d95ec3d644f60db24f4a816f8c05cd9ad5.tar.gz
android-node-v8-fb8811d95ec3d644f60db24f4a816f8c05cd9ad5.tar.bz2
android-node-v8-fb8811d95ec3d644f60db24f4a816f8c05cd9ad5.zip
lib,test: fix whitespace issues
PR-URL: https://github.com/nodejs/io.js/pull/1971 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'lib/crypto.js')
-rw-r--r--lib/crypto.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/crypto.js b/lib/crypto.js
index 510e8bfbdb..6306eee05f 100644
--- a/lib/crypto.js
+++ b/lib/crypto.js
@@ -280,7 +280,6 @@ Decipheriv.prototype.setAuthTag = Cipher.prototype.setAuthTag;
Decipheriv.prototype.setAAD = Cipher.prototype.setAAD;
-
exports.createSign = exports.Sign = Sign;
function Sign(algorithm, options) {
if (!(this instanceof Sign))
@@ -316,7 +315,6 @@ Sign.prototype.sign = function(options, encoding) {
};
-
exports.createVerify = exports.Verify = Verify;
function Verify(algorithm, options) {
if (!(this instanceof Verify))
@@ -562,7 +560,6 @@ ECDH.prototype.getPublicKey = function getPublicKey(encoding, format) {
};
-
exports.pbkdf2 = function(password,
salt,
iterations,