-
I'm not sure anymore why we rely on arkworks here. Arkworks comes with a complicated number of traits and a lack of support for serde. In addition different backends might use different versions of ar…
-
the motivation outlined in https://github.com/penumbra-zone/penumbra/issues/3526 and https://github.com/penumbra-zone/web/issues/1481 for supporting a 64-bit multiplier has now been implemented in Ark…
-
-
https://github.com/zksecurity/noname/pull/137 had to downgrade to 0.3.0, let's try to move to arkworks 0.4.0!
mimoo updated
2 weeks ago
-
`ark-*` crates are published with `0.5.0-alpha` tag. Once it's made stable, we can upgrade and remove [patches] section from the Cargo.toml.
Will require some changes, at least due to interfaces be…
-
Tracking [#3818](https://github.com/penumbra-zone/penumbra/issues/3818) to accelerate our Arkworks proving times in the pcli / web stacks. These improvements will also apply to the broader Arkworks us…
-
-
Currently in the decaf377 repository the following _should_ work:
* No default features, using the `u32_backend` (for hardware wallets)
* Default features, using the `u32_backend,r1cs` features (for…
-
In [ZKSummit 9](https://www.youtube.com/watch?v=Lu_umZe_Bqs), Snarkify presented the [ArkMSM](https://github.com/snarkify/arkmsm) Rust library for accelerating the Multi-Scalar Multiplication (MSM) mo…
-
Currently as I worked on #142 I realized how complex the dependency graph of this workspace is.
And it's not that the workspace is crazily complex. But rather that we have:
### Lots of forks across …