keybase-nacl
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
// Generated by IcedCoffeeScript 1.8.0-d | ||
// Generated by IcedCoffeeScript 1.8.0-e | ||
(function() { | ||
@@ -27,3 +27,3 @@ var Base, TweetNaCl, b2u, bufeq_secure, u2b, _ref, | ||
if (!this.lib.js.sign.detached.verify(b2u(payload), b2u(sig), b2u(this.publicKey))) { | ||
err = new Error("signature didn't verify"); | ||
err = new Error("Signature failed to verify"); | ||
} | ||
@@ -30,0 +30,0 @@ } else if ((r_payload = this.lib.js.sign.open(b2u(sig), b2u(this.publicKey))) == null) { |
{ | ||
"name": "keybase-nacl", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A small wrapper library to switch between C and JS NaCl depending on the install", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
Sorry, the diff of this file is not supported yet
697661