-
# Problem
Montgomery multiplication is a critical operation in multi-scalar multiplication (MSM) that significantly impacts performance. The current implementation lacks an optimized Montgomery multi…
-
WDYT? Is this publication in scope?
```
@article{Montgomery_1985,
author = {Montgomery, Peter L.},
doi = {10.2307/2007970},
issn = {0025-5718},
journal = {Mathematics of Computation},
month = {Ap…
aewag updated
20 hours ago
-
Now that we have benchmarks for EVMMAX precompiles we can experiment with different Montgomery multiplication algorithms. Currently we use [CIOS](https://github.com/ethereum/evmone/blob/v0.11.0/lib/ev…
-
[EdMSM: Multi-Scalar-Multiplication for SNARKs and Faster Montgomery multiplication](https://eprint.iacr.org/2022/1400.pdf)
Here is an example project that has applied the algorithm from the paper …
-
WDYT? Is this publication in scope?
```
@inbook{Itoh_2003,
author = {Itoh, Kouichi and Izu, Tetsuya and Takenaka, Masahiko},
booktitle = {Cryptographic Hardware and Embedded Systems - CHES 2002},
d…
-
Doing everything as in README.md:
```cu
using namespace gec::bigint::literal;
// Elliptic curves need to be defined before any ECC operations can be carried out. Take secp256k1 as an example, def…
-
First saw the idea [here](https://arxiv.org/abs/1303.0328).
-
https://github.com/mratsim/constantine/pull/69 introduced an assembly ode generator for x86 and x86-64
at https://github.com/mratsim/constantine/blob/7d29cb9/constantine/platforms/isa/macro_assembler…
-
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 seen from our implementation for the MNT4/6-753, Poseidon is significantly improved using MDS matrices supporting short Montgomery multiplication: The entries of such matrices $M=(m_{i,j})$ are su…