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

搜索资源列表

  1. 新建 Microsoft Word 文档

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

    • 发布日期:2008-10-13
    • 文件大小:2868
    • 提供者:拉萨
  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. 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. 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. Montgomery

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

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

    0下载:
  2. 基于蒙哥马利算法的RSA c+++实现经验证正确可用可直接使用。 -Montgomery algorithm RSA c+++ proven correct can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:18665
    • 提供者:陪同
  1. rsa-VCPP

    0下载:
  2. RSA算法的VC++实现,包括参数选取,蒙哥马利模指数算法-the implement of RSA algorithm useing VC++,Including the selection of parameters, Montgomery modular exponentiation algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:364549
    • 提供者:rty
  1. verilog-montgomery-RSA

    1下载:
  2. 基于Montgoery 算法的RSA,FPGA verilog 实现,有测试文件-Based on Montgoery algorithm for RSA,FPGA verilog implementation,bench file
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:6922
    • 提供者:zj
  1. RSA-(1)

    0下载:
  2. RSA生成大素数 加密解密 蒙哥马利算法 MFC界面-RSA encryption and decryption generate large prime numbers Montgomery algorithm MFC interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1906769
    • 提供者:lei
  1. RSA

    0下载:
  2. RSA加密解密,采用gmp大数库,包括普通解密,蒙哥马利解密,模重复平方+中国剩余定理解密-RSA encryption and decryption, using large numbers gmp library, including common decryption, Montgomery decryption, repeat mode decryption square+ Chinese Remainder Theorem
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:994713
    • 提供者:
  1. RSA_32Bit

    0下载:
  2. RSA 32bit 簡易實現,可看到MFC的使用者介面,使用蒙哥馬利模乘方法。-RSA 32 bit with MFC UI, with Montgomery muliplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:39462
    • 提供者:林文
搜珍网 www.dssz.com