Alin Tomescu

Results 51 comments of Alin Tomescu

> > we open up a new set of behaviors that isn't well studied. > > @davidiw The main behavior that this enables is creating an account without erroring out...

> > this allows a git commit to affect running-in-production service directly, very high risk :) > > Imagine you want to update the test jwk. With this setting you...

Please add a description to your PRs!

I’m not sure about the right place to add such .pem files to our repo. Also not sure if those relative paths will stop working during deployment. Why not put...

Why are you not abiding by the PR template? :)

I also think single-threaded numbers would be preferred to multi-threaded ones.

@yeptos, you are not proposing a change to the way peppers are derived, correct? Just a change to an SDK's function signature? Specifically, you are asking: instead of taking an...

I'll give you some examples from [circom-stdlib](https://github.com/alinush/circom-stdlib): my attempt to learn how to write (safer?) circom by rewriting (some of) `circomlib` to leverage _tags_. ## `LessThan` template The template I'd...

I will eagerly await any progress on this 🙏 Until then, I think I will have to write manual wrappers that tag my inputs and invoke them with `circom_tester`.