Abstract: Multiplication is a critical operation in public-key cryptography, and efficient implementations are essential due to increasing key sizes in algorithms such as RSA and ECC. The Toom-Cook ...
This is the first push of the Toom‑Cook‑on‑CUDA study project. It establishes the whole thing end to end: the algorithm, the GPU implementation, a reference CPU implementation to check it against, ...