Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 262 Bytes

cryptohw4

Multiprecision arithmetic in cryptography. Implementing modular reduction, Comba and Karatsuba multiplication for integers modulo 2221−3 in radix-2^16 unsigned representation.

Usage

gcc -o mulprec mulprec.c && ./mulprec | bc