mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-07-31 02:42:15 +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 ed25519 = crypto.keys.keys.ed25519
|
||||
const ed25519 = crypto.keys.supportedKeys.ed25519
|
||||
const fixtures = require('../fixtures/go-key-ed25519')
|
||||
|
||||
describe('ed25519', () => {
|
||||
|
Reference in New Issue
Block a user