-
**Describe the bug**
bls aggregation needs to add signatures and g2 pubkeys for every quorum that an operator is part of, but it currently only adds them once: https://github.com/Layr-Labs/eige…
-
"Element" isn't a clear enough word, imo.
`affine_element` -> `affine_point`
`element` -> `jacobian_point` (if I recall correctly)
And should we have a dinstinct class for when a point is in mo…
-
using https://github.com/TaceoLabs/collaborative-circom/commit/419488bf9dd2833fd8526f682e12c7f204ecea2f
and the artifacts from [panic.zip](https://taceolabs-my.sharepoint.com/:u:/g/personal/holler…
-
# General
- [x] compute results and radix files for PPoT ceremony
- [x] confirm with Kobi and Alex that generating radix files from the last response is correct
- [x] add dockerfile for Rust …
-
### Description
`spl-token-2022` can't be built in a wasm32 environment in version 5 and 6.
Running this command:
```bash
cargo build --package spl-token-2022@6.0.0 --target wasm32-unknown-u…
-
### Aim
I have a Struct that contains arrays. I iterate over the arrays in an unconstrained function. Many constraints generated. Sad face.
```rust
use dep::std::field::bn254::assert_gt;
struc…
-
Risc0 is always evolving and some times their stuff changes in a way that impacts the Groth16 circuit. Any time the control IDs change or new circuits are added and available, the groth16 may have to …
-
The goal of this issue is to provide a guideline on how to fix https://github.com/status-im/nimbus-eth1/issues/1584.
Also pinging @treeform, @guzba on how to implement fast RSA (modexp is the bottl…
-
As mentioned in https://github.com/mratsim/constantine/blob/661a481/README-PERFORMANCE.md#compiler-caveats
Compilers have a hard time optimizing bigint operations, even as simple as an addition with …
-
This proposal recommends changing the dependency used to handle the operations on elliptic curves needed by the BBS+ implementation.
Currently, an implementation from [kilic](https://github.com/kil…