Skip to content

Karatsuba multiplier

A simple implementation of two types of multipliers. The first is a matrix multiplier, the second is a Karatsuba multiplier.

Merge request reports