mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-11 03:04:44 +00:00
Add Rusha for fast SHA hashes
This commit is contained in:
committed by
Tankred Hase
parent
5711028449
commit
11038dd946
@@ -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);
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user