Benjamin Diamond

Results 64 comments of Benjamin Diamond

hi @shiqinfeng1, sorry I didn't see this earlier. It can still support Zether (in fact, we used to run on Raft). It just requires a few things to be adjusted...

Why is this being done? What should we use instead?

Ok, thanks. Yeah, I think the simple answer to my question is "just use `truffle compile`". That's what I had been using `truffle build` to achieve. Thanks again.

Very helpful! Thanks.

@garenchan sorry to bother—not sure if you have any thoughts on this. thanks.

Thanks for letting me know, and for preserving the code. I will likely attempt this extension, perhaps in a fork of this repository. I'd be happy to eventually merge down...

@indutny if you could take a look at this as well...?

The minimal working example is as indicated in the original post. Indeed, `curve.n` is a natural argument with which to initialize a reduction context—in order to conduct modular computation in...

In other words, the test case is ```javascript var q = BN.red(curve.n) var temp = new BN(1234).toRed(q) temp.redNeg().redMul(temp) // shouldn't crash ```