搜索资源列表

  1. mseq

    0下载:
  2. m序列的生成,包括在有限域GF(p)中的基于不同p取值,不同级数条件下的本原多项式多种选择条件下的m序列生成。-m sequence generation, including in GF (p), the p value based on different, different levels under the conditions of primitive polynomial number of options under th
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:李南
  1. galois

    0下载:
  2. 通信信道编码中有用的有限域运算库,集成函数很全-communication channel coding useful finite field arithmetic library, integrated function is all
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:
  1. sec_final

    0下载:
  2. 有关ecc资料全集,着重是标准方面的以及数据转换及有限域等方面的内容-ecc information on the Complete Works, is the focus of the standards, as well as data conversion and finite fields other contents
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:432128
    • 提供者:xjg79
  1. GFEMultiplierTaps

    0下载:
  2. 用于生成GF(2^m)有限域中乘法器的Verilog HDL源文件的C程序-Used to generate GF (2 ^ m) limited domain Multiplier Verilog HDL source file of C program
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:199680
    • 提供者:ChenQiu
  1. GFEConsMulTaps

    0下载:
  2. 用于生成GF(2^m)有限域中常数乘法器的Verilog HDL源文件的C程序-Used to generate GF (2 ^ m) limited domain constant multiplier Verilog HDL source files of C procedures
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:172032
    • 提供者:ChenQiu
  1. GFEInvertor

    0下载:
  2. 用于生成GF(2^m)有限域元素求逆器的Verilog HDL源文件的C程序-Used to generate GF (2 ^ m) finite field element inversion
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:173056
    • 提供者:ChenQiu
  1. SUBSITE

    0下载:
  2. 是AES算法中求有限域乘法逆的可行实现程序,算法来源是Joan Daemen,Vincent Rijmen编写的《Rijdael的设计》一书-Is the AES algorithm for finite field multiplication inverse realize a viable procedure, the algorithm is the source of Joan Daemen, Vincent Rijmen p
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:飒然
  1. xor_mul

    0下载:
  2. 使用列表法,VHDL语言实现的基于多项式基的有限域乘法器,用于AES算法等对有限域乘法有要求的算法-The use of a list of law, VHDL language based polynomial-based finite field multiplier, for the AES algorithm, such as finite field multiplication algorithm has requested
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:193536
    • 提供者:zxzx
  1. 111

    0下载:
  2. 基于对偶基的比特并行算法实现RS编码,是实现有限域乘法的指导论文-Based on the dual basis bit-parallel algorithm for the realization of RS coding, finite field multiplication is to achieve the guiding thesis
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:46080
    • 提供者:番茄
  1. ecp

    0下载:
  2. 椭圆曲线公钥密码算法,可用于加密和数字签名等应用,该版本算法是有限域GF(p)上的算法-Elliptic curve public key cryptography algorithms can be used for encryption and digital signature applications, the version of the algorithm is a finite field GF (p) the algor
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:che wang
  1. rs_eedec_bm

    0下载:
  2. rs码的编码,里面包含了诸如有限域的生成构造等很多有用的算法-rs encoding code, which contains a limited domain such as the generation of structure, and many other useful algorithms
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:张平
  1. finitecal

    0下载:
  2. 本程序设计了一个有限域类,可以提供GF(P)[P为素数]上的矩阵运算,特别通过欧几里德算法提供了多项式的有限域矩阵逆运算。-This procedure designed a type of finite fields can be GF (P) [P for prime] on matrix calculation, in particular through the Euclidean algorithm provides a fi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:小陈
  1. rtl

    0下载:
  2. 基于脉动结构的有限域乘法器,verilog代码-Based on the pulse of the structure of finite field multipliers, verilog code
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:40960
    • 提供者:jh
  1. test_primitive

    0下载:
  2. 原根是数论的理论和应用中一个很重要的概念。本程序给出计算有限域上原根的模块代码-Primitive root number theory is the theory and application of a very important concept. This procedure gives the code of calculation of the root of the finite field .
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:YCLIU
  1. FiniteField

    0下载:
  2. 使用C#语言编写的,实现了在有限域上的运算。包括有限域内的加、减、乘、除、等。-Using the C# language on a finite filed. Including addition, subtraction multiplication and division and so on.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:mliang
  1. 点加

    0下载:
  2. 用于进行有限域上的椭圆曲线两个点的加法运算(The addition operations of two points on elliptic curves over finite fields)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:宇哥23
  1. C++

    0下载:
  2. C++ 有限域运算库 网络编码适用(C++ Finite field operation)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:帝在人为
  1. 有限域

    0下载:
  2. 通过上机操作,使学生对有限域的概念、性质及运算有一个充分的认识,为接下来现代密码学的学习打好基础。(Through the operation of the machine, the students have a full understanding of the concept, nature and operation of the limited domain, so as to lay a good foundation fo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:182272
    • 提供者:斩月
  1. Finite_field

    0下载:
  2. 有限域乘法GF(256)的一个简单应用,并求出乘法逆表(Finite field multiplication)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:cpmiec
  1. compute

    0下载:
  2. 能实现任意大整数运算,如加法,减法,乘法,除法,求余,有限域运算,RSA的公私钥生成等(impletement any big number operate)
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:神马
« 12 3 4 5 6 7 8 9 10 ... 25 »

源码中国 www.ymcn.org