RSA GPU实现

所属分类:人工智能/神经网络/深度学习
开发工具:C/C++
文件大小:12KB
下载次数:15
上传日期:2018-04-02 17:16:32
上 传 者z豪
说明:  RSA算法运用cpu和gpu并行实现(C语言版)
(RSA algorithm is implemented in parallel with CPU and GPU (C language version).)

文件列表:
CPU_RSA.c (22827, 2017-05-10)
GPU_RSA.cu (27098, 2017-06-01)
RSA GPU实现 (0, 2017-06-27)

# RSA_Research Efficient GPU RSA implementation Objective: Create a CUDA GPU algorithm to implement faster large integer multiplication which can be used create faster RSA implementation as well as other applications. The RSA algorithm does not currently use Chinese remainder theorem for optimization but is just a means to show the beneficial use of the CUDA language with applications where large integer multiplication plays a big role. The reduction method used to reduce x mod n is Barrett Reduction. Barrett Reduction relies on multiplication, bit shifting, and at most two subtractions to reduce x mod n so there is no need to compute other values.

近期下载者

相关文件


收藏者