There are 2 repositories under karatsuba topic.
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.
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
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.
:abcd: λ Karatsuba multiplication implemented in Haskell
C library to perform calculations on integers of arbitrary length
Fast Multiplication algorithm for very long digit numbers.
C++17 implementation of arbitrary precision integer arithmetic
An implementation of the Karatsuba algorithm for fast multiplication of large integers in C.
dust - A toy crypto library. Completely insecure, totally unsafe, and horribly inefficient.
Implementation of karatsuba multiplication in python, Usage of Recursive function call. No usage of string functions
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)
optimized karatsuba polynomial multiplication