mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-05 13:46:41 +00:00
remove time limit from loading x25519 private keys
This commit is contained in:
parent
be7973b904
commit
f803b17859
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user