-
For BLS12-377 and BLS24-315: https://eprint.iacr.org/2020/1407.pdf
-
Due to improvements on special towered number field sieves, [a recent paper from A. Guillevic](https://eprint.iacr.org/2019/1371) show that many pairing-friendly curves are below their targeted level …
-
The current assembly backend is restricted to up to 384-bit primes (6 limbs) as otherwise it requires register spilling.
https://github.com/mratsim/constantine/blob/7f0f5117607707f3698ba14a151039c9…
-
Found a fatal error during the build snarkvm with cuda features
```
running: "nvcc" "-ccbin=c++" "-Xcompiler" "-O3" "-Xcompiler" "-ffunction-sections" "-Xcompiler" "-fdata-sections" "-Xcompiler" "…
-
In order for your hash to be usable and testable in Arkwork, you need to implement this trait for BLS12-381 and BLS12-377:
https://github.com/arkworks-rs/algebra/blob/master/ec/src/hashing/map_to_c…
-
- [ ] Test code: use aggregate signature APIs to aggregate keys outside the circuit
- [x] Test code: use BN curve base field instead of BLS12-377 (todo after Jellyfish change)
- [ ] Finalize and doc…
-
This issue aims to achieve wasm compatibility:
- [ ] finish #111
- [x] document slowdown (if any) and limitations in the wasm version.
- [x] add wasm compilation check in CI
- [ ] pay extra at…
-
-
## 🐛 Bug Report
Efficient Handling of the infinity point in jacobian curve addition and doubling
## Summary:
Referring to CVE-2017-7781 that a [https://blog.intothesymmetry.com/2017/08/cve-2…
-
Hi all, I would like to share with you guys some benchmarks I ran on zexe, gnark/goff and zkcrypto's BL12-381. I believe this is a good place to start to identify what the key avenues for optimisation…