mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-06-25 05:01:50 +00:00
fix: consistent buffer usage (#56)
* fix: consistent buffer usage Closes #49 * more fixes for node 4
This commit is contained in:
committed by
David Dias
parent
c45bdf602e
commit
1a2d468369
@ -2,6 +2,7 @@
|
||||
|
||||
const multihashing = require('multihashing-async')
|
||||
const protobuf = require('protocol-buffers')
|
||||
const Buffer = require('safe-buffer').Buffer
|
||||
|
||||
const crypto = require('../crypto').ed25519
|
||||
const pbm = protobuf(require('../crypto.proto'))
|
||||
|
Reference in New Issue
Block a user