This document discusses implementing elliptic curve cryptography using composite fields. It proposes using a 299-bit key represented in the composite field GF((213)23) instead of the conventional GF(2299). This breaks the finite field multiplication into smaller chunks by dividing the field into a ground field and extension field. A lookup table is used for multiplication in the ground field GF(213) while a classic multiplier is used for the extension field GF(23). This composite field approach aims to provide better time and area efficiency for implementation on FPGAs compared to a single large multiplier. The document provides background on elliptic curves, finite fields, and previous work on composite field representations.