Christophe Diederichs

Results 10 comments of Christophe Diederichs

For convenience, I opened a PR for disabling source maps by default. Let me know f you are interested or have any feedback.

> Looking at this again, I notice that `build/bin/proto-loader-gen-types.js` also has a `sourceMappingURL` comment, so you should also update line 42. Fixed by [924fb9a](https://github.com/grpc/grpc-node/pull/2172/commits/924fb9a3297febe3cceb8000822b80b8f5ffcee1)

Planning to merge ristretto in master soon, currently looking over #140

Thanks for doing the work on this PR @lukeburns! Going to test it some more and then merge soon, hopefully.

depends on https://github.com/holepunchto/hypercore/pull/506

depends on https://github.com/holepunchto/corestore/pull/91

Haven't planned to, will have a look at how much work it is and the potential pitfalls of including them and let you know if this might be implemented!

Nice work so far! Having ristretto255 as a dependency probably isn't a solution, since that is built on TweetNaCl.js and we should avoid depending on another libsodium port. So for...

Thanks for the PR, would be good to get noise-curve working in the browser. `crypto_scalarmult` in fact implements Curve25519 arithmetic. We need to export [this function](https://github.com/sodium-friends/sodium-javascript/blob/ae2df3305e0cff68c3ae922813bfbb2d361d78de/crypto_sign.js#L104-L119) for `crypto_scalarmult_ed25519`. See TweetNaCl...