- 1、本文档共62页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PAGE
精品
大整数乘法的实现与分析
精品
摘 要
随着计算机信息安全要求的不断提高,密码学被大量应用到生活中。RSA、ElGamal、DSA、ECC 等公钥密码算法和数字签名算法都建立在大整数运算的基础上,比较耗时的大整数乘法、除法、模乘、幂运算、幂乘等运算却被上述算法大量使用,它们的运算速度对这些算法的高效实现起着重要的作用,如何快速实现上述几种运算是公钥密码领域普遍关注的热点问题。
本文基于32位的系统,首先采用模块化的思想建立大整数运算库的基础框架,在实现一些辅助函数后在此框架上讨论并实现多精度大整数的基本加法、减法、乘法、除法、平方算法、缩减、模乘、模幂乘等算法。所用程序均采用C/C++语言编写,所采用的优化也均建立在C/C++语言这一层面上,在保证算法有足够高的效率的同时力求代码清晰易懂,函数接口简单明了,具有可移植性和稳定性。
关键词:多精度大整数,Comba,Montgomery,二分查找,笔算
注:本设计(论文)题目来源于企业项目。
Abstract
Nowadays, as computer information security requirements improve continuously, the cryptology has been widely applied to life. Public key cryptographic algorithms and digital signature algorithms such as RSA, ElGamal, DSA, ECC are all base on multiple precision arithmetic. Multiple precision multiplication, Division, modular multiplication ,exponen- tiation, modular exponentiation which need more working time is used by public key cryptographic algorithms widely, their speed is very important to the implementations of those algorithms. How to fast implement those arithmetic above is the hot topic in the public key cryptographic field.
This paper is based on the 32 bit system. First of all, we found the modular foundation of multiple precision arithmetic library; After some auxiliary function is formed, we discuss and implement the multiple precision integer basic addition, Subtraction,multiplication, , kinds of square algorithms,division,reduction, and some relational function. All the algorithm discuss in this paper is implement entirely in portable ISO C/C++and the optimization of those algorithms implementations is built on the C/C++ language level. the algorithm has high enough to ensure the efficiency of the code at the same time strive to clearly understand, simple interface function with portability and stability.
Key words: Multiple Precision Integer,Comba,Montgomery,Binary search,
Written calculation
目录
TOC \o 1-3 \h \z \u HYPERLINK \l _Toc230428906 1 绪论 PAGEREF _Toc230428906 \h 1
HYPERLINK \l _Toc23042890
您可能关注的文档
- 《报废汽车零部件回收问题的研究》-毕业论文(设计).doc
- 《保护油气层生产技术研究》-毕业论文(设计).doc
- 《北京市城乡建设用地增减挂钩政策》-毕业论文(设计).doc
- 《北京市地方税务局远程教育系统的设计与实现》-毕业论文(设计).doc
- 《北京市某综合楼空调系统设计方案》-毕业论文(设计).doc
- 《北京现代伊兰特保养流程分析》-毕业论文(设计).doc
- 《北京现代伊兰特转向信号系统的故障诊断技术分析》-毕业论文(设计).doc
- 《本科(论文)标准模版-S3C2410的串口UART及编程设计》-毕业论文(设计).doc
- 《泵体工艺及专用夹具设计》-毕业论文(设计).doc
- 《变电站综合自动化微机监控系统设计》-毕业论文(设计).doc
文档评论(0)