mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-06-23 20:01:50 +00:00
fix: circular circular dep -> DI
This commit is contained in:
@ -8,7 +8,7 @@ chai.use(dirtyChai)
|
||||
const Buffer = require('safe-buffer').Buffer
|
||||
|
||||
const crypto = require('../../src')
|
||||
const rsa = crypto.keys.keys.rsa
|
||||
const rsa = crypto.keys.supportedKeys.rsa
|
||||
const fixtures = require('../fixtures/go-key-rsa')
|
||||
|
||||
describe('RSA', () => {
|
||||
|
Reference in New Issue
Block a user