mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-17 21:58:45 +00:00
remove time limit from loading x25519 private keys
This commit is contained in:
@@ -151,7 +151,7 @@ describe('X25519 Cryptography', function () {
|
||||
load_priv_key('light');
|
||||
load_priv_key('night');
|
||||
done();
|
||||
}).timeout(15000);
|
||||
});
|
||||
|
||||
it('Verify clear signed message', function () {
|
||||
const name = 'light';
|
||||
|
||||
Reference in New Issue
Block a user