A Flexible and Scalable Implementation of Elliptic Curve Cryptography over Gf(P) Based on Asip

Yao Qin,Hua Wang,Zhiping Jia,Hui Xia
DOI: https://doi.org/10.1109/pccc.2016.7820654
2016-01-01
Abstract:Public-key cryptography schemes are widely used due to their high level of security. As a very efficient one among public-key cryptosystems, elliptic curve cryptography (ECC) has been studied for years. Researchers used to improve the efficiency of ECC through point multiplication, which is the most important and complex operation of ECC. In our research, we use special families of curves and prime fields which have special properties. After that, we introduce the instruction set architecture (ISA) extension method to accelerate this algorithm (192-bit private key) and build an ECC_ASIP model with six new ECC custom instructions. Finally, the ECC_ASIP model is implemented in a field-programmable gate array (FPGA) platform. The persuasive experiments have been conducted to evaluate the performance of our new model in the aspects of the performance, the code storage space and hardware resources. Experimental results show that our processor improves 69.6% in the execution efficiency and requires only 6.2% more hardware resources.
What problem does this paper attempt to address?