Matt Stam

Results 9 issues of Matt Stam

### What is the issue? When client linkerd-proxy inject'd pods are restarted periodically at scale, there seems to be a low probability chance that one of them cannot communicate with...

area/iptables

**What happened:** When NPM is enabled on a cluster with `kube-proxy` configured for IPVS instead of IPTABLES, e.g.: ```yaml Containers: kube-proxy: Command: --proxy-mode=ipvs --ipvs-scheduler=lc --ipvs-tcp-timeout=900s --ipvs-tcpfin-timeout=120s --ipvs-udp-timeout=30s ``` Traffic against...

bug
npm
linux

For a given input `n`, outputs if prime or not with proof.

## Description [semaphore-mtb-setup](https://github.com/worldcoin/semaphore-mtb-setup) allows you to run an MPC ceremony for Groth16. They've previously used Gnark v0.8.0 (because at the time v0.9.0 was unaudited). Since then, I have been attempting...

**Is your feature request related to a problem? Please describe.** Plonk provides a `MarshalSolidity()` for a proof https://github.com/Consensys/gnark/blob/1cc2d6ae4aced20f5201e84458e66e27dcdf52b6/backend/plonk/bn254/solidity.go#L1353 There does not seem to be an equivalent function for Groth16, expected...

I've got some of the main algorithms down (pattern recognition, "above" answer biases, length considerations) but am certainly still looking to tac on more ways to improve accuracy for guessing...

help wanted
good first issue

Creates a release nightly release like this: https://github.com/succinctlabs/sp1/releases/tag/nightly which includes `groth16.tar.gz`. Then, nightly `groth16.tar.gz` is downloaded instead of the S3 tarball.

```sh cargo prove vkey --elf examples/tendermint/program/elf/riscv32im-succinct-zkvm-elf Verification Key Hash: 0x00c8cf1fbd86e856e8cb5b1dabfff9d42bf08b08ac18255db5170fe885cf3c37 ```

This helpers users not have to manually set these everytime, such as https://github.com/taikoxyz/raiko/blob/959bdeadfc216e76ee512cab38f9ab560dea237c/provers/sp1/builder/src/main.rs#L42-L44