High Performance Implementation Of Aria Encryption Algorithm On Graphics Processing Units

Limin Xiao,Yongnan Li,Li Ruan,Guangchao Yao,Deguo Li
DOI: https://doi.org/10.1109/HPCC.and.EUC.2013.78
2013-01-01
Abstract:It becomes increasingly common to use GPU (Graphics Processing Units) as accelerators to speed up compute-intensive sections of applications. Since block ciphers are supposed to be used for high speed encryption, it is important to implement them as fast as possible. Block cipher ARIA is a new type of encryption standard with four different Sboxes. This paper proposes three methods of high performance implementations of ARIA encryption algorithm on GPU. In order to reduce the data dependency, the round function of ARIA are merged into lookup tables and XOR operations. Encrypting process is performed in parallel and all the data in different GPU memory spaces are arranged properly. Experimental results demonstrate that these techniques accelerate the speed of ARIA encryption significantly. The quantitative performance comparison demonstrates acceleration up to 18 - 45 times speedup while the size of plaintext varies from 4M to 256M.
What problem does this paper attempt to address?