Christopher Jeffrey (JJ)

Results 182 comments of Christopher Jeffrey (JJ)

Yeah, plasma was written for an alpha version of bcoin that predated the more stable release. The internals have changed a lot since. Unfortunately I haven't had the time to...

Someone is currently DoSing the faucet. Should be up again shortly.

The javascript backend is not designed for side-channel silence. Bcrypto [used to have][1] some attempts at this, but realistically there is no way to ensure the code generated by a...

> Leaking the exponent leaks the value of k (because Fermat uses k-2 as e), which in turn leaks k. It's not really relevant given my last post, but just...

A sparse merkle tree requires some kind of data management unless you're only going a few levels deep (unlikely). The sparse merkle block commitment was an idea joseph and I...

Interesting. We might have to bundle openssl and maybe add a configure flag with some binding.gyp trickery. Personally, I've never used electron, so I don't exactly know what's required or...

I can't seem to reproduce this with pkg. What bcrypto version are you using? Is there any chance of creating an isolated test case which reproduces the issue?

@pinheadmz very interesting that it works with cmake. node-gyp adds a ton of [unnecessary flags][1] to each build (most of which are intended for building node.js itself, not addons). I...

I like the SRV record idea (LN might be the only thing that actually uses them). In the spirit of discussion, one thing that's unique to our project is that...