devOniri

Results 3 comments of devOniri

I found the problem . In @hyperswarm/secret-stream if you go to lib/handshake.js in line 12 ``` this.noise = new Noise(pattern, isInitiator, keyPair, { curve }) ``` I think if you...

@zacharygriffee Very nice example . I was wondering since you are using Hyperswarm Relay ``` eg npm install -g @hyperswarm/dht-relay dht-relay # [--port 49443] [--host 0.0.0.0] [--cert ] [--key ]...

> If you got any thoughts as well please share. Sorry for the late reply but I had to do some tests and found some issues . One of them...