There are 2 repositories under karatsuba topic.
Algebraic enhancements for GEMM & AI accelerators
Algorithms in python and C
Implement High-Performance Karatsuba Multiplier in High-Level Synthesis (HLS) for FPGA Based on Recursive Template
Montgomery multiplication in number bases that are a power of 2, like binary, hexadecimal, byte-wise etc.
Divide and Conquer algorithm to multiply n-bit numbers in O(n^1.58).. This implementation works completely without using Python's "*"-operator; just "+", "-", bitwise operations and a lookup table.
C Library of functions to compute addition, subtraction, multiplication, division and exponentiation (positive exponent) of integers of arbitrary length.
Algorithms implemented in Python and Java
:abcd: λ Karatsuba multiplication implemented in Haskell
C library to perform calculations on integers of arbitrary length
Implementing the fast Karatsuba multiplication algorithm
Fast Multiplication algorithm for very long digit numbers.
C++17 implementation of arbitrary precision integer arithmetic
Построение и оптимизация алгоритмов (ЛЭТИ 2024) / Construction and optimization of algorithms (ETU 2024)
An implementation of the Karatsuba algorithm for fast multiplication of large integers in C.
Implemetation of Karatsuba algorithm in C
dust - A toy crypto library. Completely insecure, totally unsafe, and horribly inefficient.
This repository have the python codes for various algorithmic problems
The Karatsuba Method - How to Multiply Big Numbers Fast
A generic Karatsuba multiplier.
Generic VHDL models for Basys FPGA made on Vivado
Multiplication and exponentiation using Karatsuba Method
C library developed to perform arithmetic operations on integers of arbitrary length and Karatsuba algorithm has been implemented for performing multiplication of integers
Implementations of the Karatsuba algorithm and different integer factorisation algorithms in C++ and OCaml (semi-numerical algorithms class coursework)