-
Hi! I've tried with a couple of different sk/nullifiers but I always get this error while running withdraw.py:
```
[...]
Output:
93a3ebc1 23e224b8 11893eba df1c49d bb5a1132 88ef57fc a34af2ff d9d…
-
An issue may exist with Miximus as it is now, taken from: https://ethresear.ch/t/anonymous-reputation-risking-and-burning/3926/2
@khovratovich comments
> I started reading “How Miximus works” and …
-
It would be really good to support the common opcode format used by JSnark/xJSnark and make it Ethereum compatible, the source code looks fairly simple and would be trivial to include in ethsnarks.
…
-
Meeting Time/Date: Thursday 15 November 2018 at 12:00 UTC
https://meet.jit.si/SlyMushroomsCommunicateFlatly
1. Introductions
2. Circuit implementer updates
3. Hash function in edDSA
4. Prover…
-
Now the project is taking about 10 minutes to build, most of this time is due to the tests and compiling all of the templates again and again for each test binary. There must be a way to reduce the bu…
-
Hey @JacobEberhardt awesome work,
I look forward to see this being used and reached production level.
- I was wondering how would I go about proving knowing the pre-image of a sha256?
- Should I …
-
This requires using the ZoKrates fork of `libsnark` or `bellman`:
* https://github.com/JacobEberhardt/ZoKrates/compare/develop...Schaeff:implement-groth16
Work needed to support this:
* cha…
-
## The fix
I don't have a good grasp on making Makefiles so versatile, but wanted to document the issues I faced compiling/building this repo on a MacBook 13" Mid-2014 with MacOS High Sierra versio…
-
For any of the SNARK circuits, we should be able to build a WebAssembly module which:
* exports prove / verify functions
* allows loading proving key from HTTP backend
This seems fairly strai…
-
As per Daira's comments on https://github.com/HarryR/ethsnarks/pull/12#discussion_r211918756
1. It's possible to reduce the number of constraints, Daira provided an example where exponent is 5 but …