xhliu

Results 7 issues of xhliu

There are **owner** & **repo** parameters. Can they be used to create a release to a different repo from where the action runs from? Say I have a public repo...

Building succeeds in command line using gradlew. However, IntelliJ complains ![image](https://user-images.githubusercontent.com/1017252/39463429-d3334a38-4ccc-11e8-86b7-bc6ea0ab3a83.png). Any clue?

It is estimated to be ~2.5M. How is this number calculated, without an implementation? https://github.com/matter-labs/awesome-zero-knowledge-proofs/commit/587048a45a7f83810d20e5ade64cae3190455fe6 Has it been reduced significantly since 2018? What's the latest estimation?

to speed up Bitcoin VM.

https://scrypt.io 😄

From the [SHARP documentation](https://www.cairo-lang.org/docs/sharp.html#sending-a-program-to-sharp), it seems a user's input, including private input, is sent to SHARP to generate the proof. Does this mean a user's input cannot be private? ```...

In SNARKs, you can use [Zokrates](https://zokrates.github.io/gettingstarted.html#hello-zokrates) or [snarkjs](https://github.com/iden3/snarkjs) to generate a proof for a program/computation and verify it, locally or on Ethereum. Similar to https://github.com/starkware-libs/cairo-lang/issues/2, how to do the same...