mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-06-22 09:01:43 +00:00
feat: improve perf (#117)
This commit is contained in:
committed by
David Dias
parent
2c0dc706b7
commit
cdcca5f828
@ -13,7 +13,7 @@ describe('libp2p-crypto', function () {
|
||||
this.timeout(20 * 1000)
|
||||
let key
|
||||
before((done) => {
|
||||
crypto.keys.generateKeyPair('RSA', 2048, (err, _key) => {
|
||||
crypto.keys.generateKeyPair('RSA', 512, (err, _key) => {
|
||||
if (err) {
|
||||
return done(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user