This document summarizes an article that presents an efficient implementation of a bit parallel Karatsuba finite field multiplier on FPGA. It begins by introducing finite field arithmetic and multiplication, which is the most resource intensive operation. It then discusses different multiplier designs, including the classical multiplier and Karatsuba multiplier. The Karatsuba multiplier has lower complexity than the classical multiplier by reducing the number of gates required. Experimental results on FPGAs show that the bit parallel Karatsuba multiplier consumes the fewest resources among known FPGA implementations. In summary, the document presents an efficient Karatsuba finite field multiplier design with lower complexity than alternative designs.