-
`cryptoProperties` (v1.1) -> `algorithmProperties` -> `curve` is proposed as an enum. This would require an update to the CBOM schema for every new curve. Why not just use OIDs?
I went over the pro…
-
## Description
In my case, 3 layer circuit are used, outer2[outer1[inner]], outer1 circuit1 works normally, outer2 circuit proves fail.
## Expected Behavior
outer2 circuit prove success
## Act…
-
Fix this test https://github.com/ingonyama-zk/icicle/blob/fdf03460df5e5d85ade1f55a7df47ba392881281/src/test_bls12_377.rs#L1585
related to [#218](https://github.com/ingonyama-zk/icicle/issues/218)
-
### Discussed in https://github.com/ingonyama-zk/icicle/discussions/314
Originally posted by **sss1h** December 20, 2023
The Rust compilation time is about 15 minutes after changing the C++ fu…
-
Different applications have different configurations for twiddle factors, these can effect the output of NTT.
An example is flipping twiddles for gnark breaking this test https://github.com/ingonyama…
-
cc @ec2.
Point decompression is a bottleneck in protocols (or to load trusted setups).
It's very slow due to square root.
![image](https://github.com/mratsim/constantine/assets/22738317/470b4…
-
**Housekeeping:**
- [x] Enable public read access to the codebase on March 14th
- [x] Enable public read access to the benchmarks spreadsheet on March 14th
- [x] Enable public read access to docume…
-
Compilation fails with dynamic linking. The issue is linked to https://github.com/Consensys/gnark-crypto/pull/112 and https://github.com/Consensys/gnark-crypto/pull/113
## Description
When dynam…
-
The following EIPs require support for new curves
- EIP 1895 - https://eips.ethereum.org/EIPS/eip-1895
- EIP 1962 - https://eips.ethereum.org/EIPS/eip-1962
- EIP 2539 - https://eips.ethereum.org/EI…
-
## Description
test `test_bls12_377::tests_bls12_377::test_point_evaluation broken` is broken.
```
running 75 tests
test curves::bls12_377::tests::test_ark_scalar_convert ... ok
test curves::…