-
See this interesting thread: https://github.com/zcash/zcash/issues/2234
See MiMC: https://eprint.iacr.org/2016/492.pdf
-
## Zokrates Plugin
(subject to change)
- See https://github.com/ethberlin-hackathon/ETHBerlin-Teambuilding/blob/master/RemixHackathon.md for more info about the Remix hackathon. Please be sure t…
-
Paper: https://eprint.iacr.org/2019/458.pdf
Implementations:
* https://github.com/iden3/circomlib/blob/master/circuits/poseidon.circom
* https://github.com/iden3/circomlib/blob/master/src/pos…
-
Raised in #4 by @uivlis
```
* G1 elements in proof: 2
* G2 elements in proof: 1
* Proof size in bits: 1019
terminate called after throwing an instance of 'boost::exception_detail::clone_impl'
…
-
Hey Harry,
Interesting work you've got going here!
I was looking at using your Solidity implementation of MiMC together with circomlib's javascript implementation, but it doesn't seem to give the…
-
This ia causing builds to fail on Travis, i thought I'd added an option to disable tests from Ethsnarks from being included, see from `ethsnarks/srs/CMakeLists.txt`
```
if( NOT ${ETHSNARKS_DISABLE…
-
## Motivation
So inside the snark its really expensive to use sha256 or other binary hash functions. So we want to use pedersen commitments where ever we can. But this means that the EVM and SNARK do…
-
In the ed25519 test example, the private string sk is used to generate the public key (see https://github.com/barryWhiteHat/baby_jubjub_ecc/blob/master/tests/ed25519.py#L172 )and also the signature bu…
-
Hi Harry,
In [this post](https://ethresear.ch/t/cheap-hash-functions-for-zksnark-merkle-tree-proofs-which-can-be-calculated-on-chain/3176/10) you say that it may be acceptable to reduce the number …
-
Copying @HarryR as I'm unsure if this is an issue with the export functionality in xjsnark or with the [circuit reader](https://github.com/HarryR/ethsnarks/blob/master/src/pinocchio/circuit_reader.cpp…