Abstract: Polynomial multiplication is widely used in communication, signal and image processing. In practical application, the system often needs to process a large amount of data efficiently and ...
This is an implementation of the Karatsuba polynomial multiplication algorithm in the LEGv8 assembly language, a RISC ISA part of the ARM architecture family. This was done as my final project for ECE ...