CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - montgomery

搜索资源列表

  1. ModInverse

    0下载:
  2. 求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法-for the inverse algorithm, has many other functions, I seek for index, the Montgomery algorithm, etc.
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:906
    • 提供者:风小
  1. 新建 Microsoft Word 文档

    0下载:
  2. RSA核心运算使用的乘模算法就是 M(A*B)。虽然M(A*B)并不是乘模所需要的真正结果,但只要在幂模算法中进行相应的修改,就可以调用这个乘模算法进行计算了。本软件起初未使用Montgomery 乘模算法时,加密速度比使用Montgomery乘模算法慢,但速度相差不到一个数量级。 将上述乘模算法结合前面叙述的幂模算法,构成标准Montgomery幂模算法,即本软件所使用的流程
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:2868
    • 提供者:拉萨
  1. Montgomery

    0下载:
  2. 编写的蒙哥马利算法实现,是初学者最好的学习代码。用C语言实现-Montgomery algorithm,the best code for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:964
    • 提供者:Liu Xuyuan
  1. RSA

    1下载:
  2. RSA算法的实验报告,有源码、流程图、时间复杂度分析等。-RSA algorithm experimental reports, source code, flowcharts, time complexity analysis.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-08-14
    • 文件大小:60049
    • 提供者:caixu
  1. refine_RSA

    1下载:
  2. 实现了蒙哥马利算法,能够对2048,1024.512位的RSA进行加解密运算,能够自动生成密钥-Montgomery algorithm is implemented, can 2048,1024.512 bit RSA encryption and decryption operations to automatically generate the keys
  3. 所属分类:加密解密

    • 发布日期:2012-12-25
    • 文件大小:1530648
    • 提供者:曾健林
  1. GFP_MONT_INV_Project

    0下载:
  2. this the MONTGOMERY INV routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the MONTGOMERY INV routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:13812
    • 提供者:majid
  1. RSA_Montgomery

    0下载:
  2. 基于蒙哥马利算法的RSA c++实现 经验证正确可用-Implement RSA based on Montgomery Modular Exponentation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:18415
    • 提供者:hut
  1. OReilly[1].Natural.Language.Processing.with.Python

    0下载:
  2. Natural Language Processing with Python-Natural Language Processing with Python by Steven Bird, Ewan Klein, and Edward Loper Copyright © 2009 Steven Bird, Ewan Klein, and Edward Loper. All rights reserved. Printed in the United States of A
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3291883
    • 提供者:zhaoyilin
  1. montgomery

    0下载:
  2. Just a simple dynamic programming project for a CS class. Finds longest palindromic subsequence of an input string-Just a simple dynamic programming project for a CS class. Finds longest palindromic subsequence of an input string
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3484
    • 提供者:Nathan
  1. montright29032004.tar

    0下载:
  2. Montgomery modular multiplication in C. Very important to perform modular exponentiation as needed in RSA cryptosystems.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:63450
    • 提供者:mesquita
  1. montgomeryMot

    0下载:
  2. Montgomery modular multiplication in maple. Used for modular exponentiation in RSA cryptosystems.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1499
    • 提供者:mesquita
  1. monExpFUNCIONANDOv040208.mw

    0下载:
  2. Montgomery modular exponentiation in maple.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7754
    • 提供者:mesquita
  1. N_C

    0下载:
  2. Medium module for calcilating Modular Multiplication by Montgomery algorithm. q = (x0 + ai*b0)*m_sh. It calculate m_sh. For it it need the LSB byte of module. My E-mail: suhrob106@rambler.ru
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1618
    • 提供者:Suhrob
  1. Montgomery-apply

    0下载:
  2.  Montgomery算法被认为是计算大数模乘的最快的算法。本文详细叙述了它的理论基础和算法原理,加以改进并应用在RSA 模幂运算中。-Montgomery algorithm is considered the model of large numbers by calculating the fastest algorithm. This paper describes its theoretical basis and algorithm theory, be improved and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:176050
    • 提供者:yaoy92
  1. Improved-Montgomery-algorithm-

    0下载:
  2. 改进的基2 Montgomery算法,解决了大素数的加解密运算问题-Improved base 2 Montgomery algorithm to solve the encryption and decryption of large prime numbers computing problems
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3069
    • 提供者:lyj
  1. Montgomery

    0下载:
  2. RSA加密解密算法中重要的模乘算法——montgomery算法的分析与研究。-montgomery modular multiplication in RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:93460
    • 提供者:青春
  1. Montgomery

    0下载:
  2. montgomery加密算法在ARM处理器上实现,-Montgomery encryption algorithm is implemented on an ARM processor,
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:144098
    • 提供者:罗风
  1. Montgomery-VLSI

    0下载:
  2. 基为16的高速Montgomery模乘法器VLSI设计-Montgomery VLSI
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:492788
    • 提供者:施宁
  1. Montgomery

    0下载:
  2. Montgomery Invert Algo
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:2255
    • 提供者:dantec
  1. Algorithm for Fast Montgomery multiplication

    0下载:
  2. general algorithm for fast montgomery multiplication
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:11264
    • 提供者:prithi
« 12 »
搜珍网 www.dssz.com