This document summarizes an academic paper that proposes optimizing elliptic curve cryptography (ECC) through application-specific instruction set processor (ASIP) design. It applies pipelining techniques to the data path and uses complex instructions to reduce latency and the number of instructions needed for point multiplication. The paper describes applying different levels of pipelining to explore performance and find an optimal pipeline depth. It also develops a new combined algorithm to perform point doubling and addition using the specialized instructions. An FPGA implementation over GF(2163) is presented and shown to outperform previous work.