Stefan

Results 18 comments of Stefan

Thanks for getting back. Setting the `no_default_features` option to `true` is not enough. Which option would allows me to pass `-Z package-features`?

Thanks. Would be nice if this feature could be added at some point in time. I might have a look as well.

Yes, G and H are setup parameters for the commitment scheme and public. They must be on the curve and in the right subgroup. Furthermore, there must not be any...

this could be a good command to start with: ```docker run zokrates /bin/bash -c "find examples/TestStdlib/hashes -name \"*.code\" | xargs -n 1 -I % sh -c 'echo %; ./zokrates compile...

Yeah, we could add an "edit on github" link on each page.

I wrote a simple Python script now to use it myself for this issue: https://github.com/Zokrates/ZoKrates/issues/244 Could be added to the build / deploy pipeline at a later point in time

doesn't seem to be a problem: ``` def main(field[2] pt1, field[2] pt2, field[10] context) -> (field): field a = context[0] field u1 = pt1[0] field v1 = pt1[1] field u2...

this issue will be addresses here: https://github.com/Zokrates/ZoKrates/issues/256

Thanks for raising this issue. We currently don't have support for an encryption gadget but this definitely can be done (like xjsnark has shown). I didn't come across a good...

Hello, thanks for the feedback. We are actually working on a release of this for the next days.