Darko Macesic
Darko Macesic
Hi @m1cm1c, it is expected for this to fail, but the last message should not be displayed like that. We'll have a look into it, thanks!
> A similar bug appears in zokrates-js. I run following code in npm RunKit: > > ``` > var zokratesJs = require("zokrates-js/node") > var zok = await zokratesJs.initialize() > var...
I think the safest route to go is with curly braces as it is widely accepted. Python-like indentation is sometimes annoying (with deeply nested conditionals etc), and its worthiness is...
This definitely seems like a bug, but you're missing a `field` value in the `return` statement
Can you provide more information about this? I can't replicate the same issue on my Win 10 machine.
Hi @ruslangm, zcash powersoftau (in your case `phase1radix2m2`) uses the `bls12-381` curve, you need to specify this curve in the compilation step: ``` zokrates compile -i circuit.zok -o circuit -c...
> Thanks for great library. For a custom use-case, serialized prove key have size about 29332912 bytes. The key deserialization takes 26 seconds and proof generation takes less than 2...
Nice catch 😅 Thanks @brew0722
Hi @ferjcast It seems you are missing the setup part. You get `nova.params` by running `zokrates nova setup` after compilation in option 1. This should be mentioned in the docs...
You only compile and run the setup once. It is up to you to decide how to deal with the artifacts, as this usually might differ depending on the environment,...