Tom Shen

Results 7 comments of Tom Shen

I have the same issue when running `wrangler dev` as well

@GhostOfGauss The round constant generation code in Manta's plonk prototype repo was incorrect, and I fixed that so it now passes the hardcoded tests. When you have some time can...

> > > The constraints version is fairly easy, right? Just check the output of `H(M||N)` contains `k` trailing zeros. Yes, should be. Just some constraints for CRH + constraints...

Got it, will send a PR here later. Thanks!

~~advertisement~~: You may also check if [`ark-sponge`](https://github.com/arkworks-rs/sponge) to see if that crate is also helpful for your application

should input be `&Self::InputVar` instead of `&[UInt8]`? (or rather, `Borrow`) Yeah this API looks good (if possible). One minor issue is that we have to bound input var is an...

It might have some issues if we require the RNG for AdditiveRoundConstants to be `CryptoRng`, because LFSR itself is not necessarily a crypto RNG. Are we going to implement `CryptoRng`...