CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - verilog实现

搜索资源列表

  1. MD5(verilog)

    1下载:
  2. MD5算法的verilog实现,同时包含有testbench。-Verilog of MD5 algorithm is realized, includes testbench at the same time .
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4806
    • 提供者:张雷
  1. aes_core

    0下载:
  2. Verilog实现AES加密算法 密码模块作为安全保密系统的重要组成部分,其核心任务就是加密数据。分组密码算法AES以其高效率、低开销、实现简单等特点目前被广泛应用于密码模块的研制中。密码模块一般被设计成外接在主机串口或并口的一个硬件设备或是一块插卡,具有速度快,低时延的特点。而从整体发展趋势来看,嵌入式密码模块由于灵活,适用于多种用户终端、通信设备和武器平台,将会得到更加广泛的应用
  3. 所属分类:加密解密

    • 发布日期:2014-01-18
    • 文件大小:79633
    • 提供者:yuansuchun
  1. 卷积编码器

    0下载:
  2. 用verilog实现一个(2,1,3)卷积编码器
  3. 所属分类:加密解密

  1. SHA1的VERILOG 实现,内含测试代码

    2下载:
  2. SHA1的VERILOG 实现,内含测试代码,经过了验证 -SHA1 implementation of VERILOG, containing test code, and proven
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:6811
    • 提供者:zsw
  1. DES.rar

    0下载:
  2. DES算法的verilog实现,实现了硬件IC对DES的构架,可以直接应用在系统当中。,DES algorithm Verilog realized, the realization of the hardware IC framework of DES, can be directly used in the system.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:10489
    • 提供者:金鑫
  1. aes-verilog-imp

    1下载:
  2. AES加密算法的硬件实现,硬件语言为verilog-AES encryption algorithm hardware implementation, hardware verilog language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6337
    • 提供者:程家诺
  1. HMAC-MD5

    0下载:
  2. HMAC — MD 5算法的硬件实现,可以对初学者有一定得帮助。-HMAC- MD 5 algorithm for hardware implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:179416
    • 提供者:zhangchaoqi
  1. sha_core

    0下载:
  2. 安全散列函数的VERILOG实现,通过了fpga验证,在系统正可以直接当IP盒应用-Secure Hash Function VERILOG achieve, through the FPGA verification, the system is can be directly applied when the IP box
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:69717
    • 提供者:金鑫
  1. sha1_verilog

    0下载:
  2. 安全散列算法的另一种verilog实现,对面积的要求更小,但损失了速度,但在一般系统中,完全可以满足大部分需要了-Secure Hash Algorithm another Verilog realization of the demands of a smaller area, but a loss of speed, but in the general system, fully satisfy the needs of the most
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:20253
    • 提供者:金鑫
  1. sha256_512

    1下载:
  2. Verilog实现的SHA256/SHA512算法,已仿真和验证-Verilog implementation of SHA256/SHA512 algorithm, simulation and verification has been done.
  3. 所属分类:加密解密

    • 发布日期:2014-01-15
    • 文件大小:7443
    • 提供者:费利克斯雷
  1. crc

    0下载:
  2. CRC校验码的实现,校验码6位,寄存器串行实现方式,经项目实际验证正确-CRC Check Code realization Check 6, register serial ways, the right to verify the actual project
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:513
    • 提供者:fang
  1. ECDSA_Verilog

    1下载:
  2. 椭圆曲线加解密算法的verilog实现,帮助初学者有效理解ECC算法。-Elliptic curve encryption and decryption algorithm verilog implementation, to help beginners understand the ECC algorithm is effective.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3389
    • 提供者:张勇奇
  1. mul_fft_96bit

    0下载:
  2. 基于Fermat数变换的大数相乘运算的Verilog实现,可应用于RSA加法芯片中。-Fermat number transform based on multiplying large numbers operations Verilog implementation, can be applied to RSA chip.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:38986
    • 提供者:张勇奇
  1. use_3_shoft

    0下载:
  2. SHA-1的verilog程序,经过优化的了,希望可以对大家有帮助-SHA-1 of the verilog program, optimized, and hope that we can help you
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1316019
    • 提供者:韩子瑜
  1. ECC

    0下载:
  2. 我整理的ECC加密算法,源码和C实现的理论指导,有这个可以做出ECC加密算法-I am finishing ECC encryption algorithm, source and C to achieve the theoretical guidance, it can make ECC encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:831856
    • 提供者:oliver
  1. systemcaes_latest.tar

    0下载:
  2. 高级加密标准aes加密算法用fpga实现的Verilog源代码。-Advanced encryption standard aes encryption algorithm using fpga implementation Verilog source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:84295
    • 提供者:lxc
  1. AES_verilog

    0下载:
  2. AES 128bit数据,128bit密钥加解密的verilog语言实现-AES 128bit data, 128bit key encryption and decryption of the verilog language implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:79792
    • 提供者:刘蕊丽
  1. DES_Encrypt_Decrypt_Verilog

    1下载:
  2. DES加密算法的Verilog HDL实现,带模式选择端口,可以实现加密和解密,已经modelsim仿真通过。-Des En/Decrypt,Verilog HDL code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:7946
    • 提供者:Amazing_Eric
  1. aes_crypto_core_latest.tar

    0下载:
  2. AES加密算法的Verilog实现,不包括测试文件-Verilog realization of AES encryption algorithm, not including test file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1926783
    • 提供者:sunyun
  1. apbtoaes128_latest.tar

    0下载:
  2. verilog实现的AES加解密程序,接口为APB总线。(AES encryption and decryption program implemented by Verilog)
  3. 所属分类:加密解密

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