-
At present, our proving scheme/compression implementations are written over generics. However, our vm is written over a specific curve pair [here](https://github.com/nexus-xyz/nexus-zkvm/blob/7fa6fe89…
-
We need to have the ability to pass different arithmetization params through our CLI. These arithmetization params will be part of the statement and will be the same for all the requests for a given s…
-
[eth-tx-proof](https://github.com/0xPolygonZero/eth-tx-proof) and #51 are relying on `ethers-core`, which is on its way to be deprecated, with no plan to support EIP-4844 type 3 transactions, making i…
-
Hi, Recently, I benchmarked the keccak-f permutation function locally. For a table that contains 170 keccak-f permutations, Plonky2 takes 27.5 seconds, while Plonky3 only takes 146 milliseconds. It lo…
-
After moving atirhmetization out of template parameters in `crypto3-zk` - https://github.com/NilFoundation/crypto3-zk/issues/286 we can allow dynamic size of assignment table.
Number of columns shoul…
-
Whilst working on https://github.com/0xPolygonZero/zero-bin/pull/51 I have run into a number of cases in which the kernel panics. In these cases it appears that a call operation is invoked against som…
-
Currently only plonk (specifically kimchi) is supported. I'd be cool to be able to support different backends, specifically snarkjs which has quite the amount of traction.
I'm wondering about sever…
mimoo updated
5 months ago
-
We currently only have access in the logs to the proving trace upon failure.
It would be nice to also log
- the `GenerationInputs` payload passed to `generate_txn_proof()` (to be able to regenerat…
-
I was working with Ethan Buchman e snark account https://github.com/informalsystems/cosmos-sdk/blob/gnark50/crypto/keys/gnark/eddsa/eddsa.go .I want to read the message in side the circuit .
Is it po…
-
`proof_gen` actually only relies on `trace_decoder` for 2 aliases imports: `TxnProofGenIR = GenerationInputs` and `BlockHeight = u64`. It could be worth to decouple them, so that long-running upgrades…