-
There are some problems with building a library Barretenberg. I run the "./bootstrap.sh" as described in the build instruction and received several CMake's build problems. Full log are here - [CMakeBu…
-
Hello, thanks for your earlier reply to the issue I raised.
The project worked perfectly on my local computer as expected.
Then, I decided to move it to testnet.
The voter validation aspect w…
-
Hello,
In python script I define TOLs
>>> TOLs
>>> TOLs=0.005*np.sqrt(2)**-np.arange(0.,8.)
array([ 0.005 , 0.00353553, 0.0025 , 0.00176777, 0.00125 ,
0.00088388, 0.000625…
-
root@ffe7e1e:/usr/src/mimc-fast# cargo run
info: syncing channel updates for 'nightly-armv7-unknown-linux-gnueabihf'
info: latest update on 2021-01-08, rust version 1.51.0-nightly (c8915eebe 2021-01…
-
Roadmap:
1. reproduce zkmessage.xyz
2. check membership using Merkle tree
3. update mimc to ECDSA signature verification
4. Proofs of Property of Identity via a onchain DAO contract deployed on Az…
-
The 'EXAMPLE OF HOW TO PROVE KNOWLEDGE OF A PRE-IMAGE' on the Overview page is outdated and doesn't run on the current version of gnark.
The [old example](https://docs.gnark.consensys.net/overview)
…
-
In this paper [Benchmarking ZK-Circuits in Circom](https://eprint.iacr.org/2023/681):
> We integrated the following signature schemes and hash functions into ZK-Harness: Poseidon, Pedersen, MiMC, …
-
错误: 无法从静态上下文中引用非静态 方法 registerWith(Registrar) FlutterMimcPlugin.registerWith(registry.registrarFor("com.keith.flutter_mimc.FlutterMimcPlugin"));
-
As per: https://gist.github.com/HarryR/a142d8ea442be7c05bf6c5edd0d8c488
Kobi has implemented EVM contract, JS library and constraints for 'MiMCsponge', which uses MiMC in Feistel mode with a sponge…
-
While working on the tornado integration test, I came across this Solidity implementation. It was so slow that it wasn't even usable: It broke the merkle tree implementation for heights > 4 or so. Tor…