Add Rusha for fast SHA hashes

This commit is contained in:
Bart Butler
2015-04-21 10:11:00 -07:00
committed by Tankred Hase
parent 5711028449
commit 11038dd946
10 changed files with 37 additions and 38 deletions

View File

@@ -170,10 +170,7 @@ describe('Basic', function() {
expect(decrypted.signatures[0].valid).to.be.true;
expect(decrypted.text).to.equal(message);
done();
}).catch(function (err) {
console.log(err.message);
console.log(err.stack);
});
});
});