Christopher Jeffrey (JJ)
Christopher Jeffrey (JJ)
I thought of one more idea, but then I need to call it quits for a bit. If the above test fails, please show me the output of: ``` js...
Calling it quits now, but some final thoughts on this issue: 1. This clearly isn't an issue with the mobile web view. It's behaving exactly as it should as evidenced...
``` js [1] false ``` Why does it now print `false` when it printed `true` in your original test? Did you run this on a different device? The above output...
``` js import { Buffer } from 'buffer/index.js'; ```
@dcousens I'd feel more comfortable with that too. For what it's worth, I did get around to testing the most recent changes in modern Chrome, Firefox, and Safari. Everything seems...
Been looking at some other code and it made me think of this PR and a possible change: are _all_ montgomery points supposed to be the X coordinate in _little_...
Yeah. Definitely possible with parted, or any multipart parser really. One thing to consider though: since we're not really using that API in the browser at all, it might not...
I haven't tested it myself, but I'm guessing with the major overhauls we've done upgrading to the latest nan, this shouldn't be an issue anymore.
I was going to write a really long reply to this a while ago, but the short answer is: I want to use as few dependencies as possible. When people...
Also, thanks for the kind words. Glad you like it. :)