Welcome![Sign In][Sign Up]
Location:
Search - galois

Search list

[matlabgf

Description: 一种在代数结构中的常用算法,对于伽罗华域的各种计算,非常适合各种编码算法-Algebraic structure of a common algorithm, for a variety of computing Galois field, ideal for a variety of coding algorithms
Platform: | Size: 6144 | Author: chendong | Hits:

[matlabGalois_Field_Computation_in_MATLAB

Description: 一篇很好的关于如何利用MATLAB软件对伽罗华域中的向量进行各种计算的文献-A good conference on how to use MATLAB to compute vector of Galois field
Platform: | Size: 120832 | Author: zonk | Hits:

[Crack Hacknew-methods-in-hard-disk-encryption

Description: 硬盘加密新方法的书,介绍的很具体专业。研究和实现底层数据块,难得的教材-This work investigates the state of the art in hard disk cryptography. As the choice of the cipher mode is essential for the security of hard disk data, we discuss the recent cipher mode developments at two standardisation bodies, NIST and IEEE. It is a necessity to consider new developments, as the most common cipher mode – namely CBC – has many security problems. This work devotes a chapter to the analysis of CBC weaknesses. Next to others, the main contributions of this work are (1) efficient algorithms for series of multiplications in a finite field (Galois Field), (2) analysis of the security of password-based cryptography with respect to low entropy attacks and (3) a design template for secure key management, namely TKS1. For the latter, it is assumed that key management has to be done on regular user hardware in the absence of any special security hardware like key tokens. We solve the problems arising from magnetic storage by introducing a method called anti-forensic info
Platform: | Size: 730112 | Author: 陈天明 | Hits:

[matlabmultiplication-inverse-program

Description: 伽罗瓦域中2^8变换乘法逆运算的matlab程序-Galois field multiplication of 2 ^ 8 inverse transform of the matlab program
Platform: | Size: 1024 | Author: liuchengyi | Hits:

[OtherRS-codect

Description: RS编码的乘法器:根据伽罗华域运算规则设计乘法器。-RS-encoded multiplier: According to the rules of Galois field operations designed multiplier.
Platform: | Size: 1024 | Author: Angela Lee | Hits:

[matlabGenerate_GF2

Description: This a matlab implementation for generating the Galois field as well as the polynomial generator.-This is a matlab implementation for generating the Galois field as well as the polynomial generator.
Platform: | Size: 1024 | Author: sandy | Hits:

[VHDL-FPGA-VerilogGFverilog-hdl

Description: 伽罗华域的乘法器的设计,使用有限域设计乘法器-Galois field multiplier design, the use of finite field multiplier design
Platform: | Size: 2048 | Author: 许皓天 | Hits:

[Communication-MobileGF(4)-FINITO

Description: non binary LDPC codes .. galois field GF(4) les matrices sont generées par des autre fonctions et enregistrer dans des fichiers txt
Platform: | Size: 5504000 | Author: Naim | Hits:

[matlabtest

Description: crc check implementation, galois fiels illusteation
Platform: | Size: 1024 | Author: ciba | Hits:

[matlabReedSolomon

Description: 非常实用的RS编译码程序。原理可以参考Sklar写的《数字通信》。-See "Digital Communications" by Sklar as the reference for this. These MATLAB scripts answer questions 8.3- 8.7, but using similar methods you might by hand. Includes generating Galois Field addition and multiplication tables, evaluation message and error vectors, and decoding
Platform: | Size: 8192 | Author: Chao | Hits:

[DSP programGFPGFR

Description: Code Composer Studio中加罗华域乘法的实现-The implementation of CCS in the Galois field multiplication
Platform: | Size: 39936 | Author: 陆晨 | Hits:

[AlgorithmMixminion-0.0.5.2.tar

Description: You should not need to change anything beyond this point. * The first part of the file implements linear algebra in GF. * gf is the type used to store an element of the Galois Field. * Must contain at least GF_BITS bits. * * Note: unsigned char will work up to GF(256) but int seems to run * faster on the Pentium. We use int whenever have to deal with an * index, since they are generally faster.-You should not need to change anything beyond this point. * The first part of the file implements linear algebra in GF. * * gf is the type used to store an element of the Galois Field. * Must contain at least GF_BITS bits. * * Note: unsigned char will work up to GF(256) but int seems to run * faster on the Pentium. We use int whenever have to deal with an * index, since they are generally faster.
Platform: | Size: 349184 | Author: kdcroger | Hits:

[VHDL-FPGA-Verilogmul

Description: 伽罗华域GF(q)乘法器 有详细的步骤-Galois field ( q ) multiplierer
Platform: | Size: 2048 | Author: longcheng | Hits:

[Crack HackECC

Description: 对椭圆曲线来说最流行的有限域是以素数为模的整数域(参见 模运算),或是特征为2的伽罗瓦域GF(2m)。后者在专门的硬件实现上计算更为有效,而前者通常在通用处理器上更为有效。专利的问题也是相关的。一些其他素数的伽罗瓦域的大小和能力也已经提出了,但被密码专家认为有一点问题。 给定一条椭圆曲线E以及一个域,我们考虑具有形式有理数点的阿贝尔群,其中x和y都在中并且定义在这条曲线上的群运算"+"(运算"+"在文章椭圆曲线中描述)。我们然后定义第二个运算"*" | Z×:如果P是上的某个点,那么我们定义等等。注意给定整数 j和k,。椭圆曲线离散对数问题(ECDLP)就是给定点P和Q,确定整数k使。 -- 一般认为在一个有限域乘法群上的离散对数问题(DLP)和椭圆曲线上的离散对数问题(ECDLP)并不等价;ECDLP比DLP要困难的多。 在密码的使用上,曲线和其中一个特定的基点G一起被选择和公布。一个私钥k被作为随机整数来选择;值被作为公钥来公布(注意假设的ECDLP困难性意味着k很难从P中确定)。-Finite field is the most popular for Elliptic Curve primes modulo integer domain (see modular arithmetic), or the characteristics of the Galois field GF (2m). Which is calculated on specialized hardware implementations more effective, while the former often are more effective in a general-purpose processor. The patent issue is also relevant. Some other primes Galois field size and capacity have been proposed, but the password experts think there is a little problem. Given an elliptic curve E, ​ ​ and a domain, we consider having a form rationals point Abelian group, where x and y are in and define the group operation on this curve "+" (operation "+" in the article elliptic curve described). We then define a second operator "*" | Z ×: if P is a point on, then we define. Note that given the integers j and k. Elliptic curve discrete logarithm problem (ECDLP) is a given point P and Q, determine the integer k so.- Is generally believed that the discrete logarithm problem (DLP)
Platform: | Size: 10240 | Author: zhangyi | Hits:

[VC/MFCGFArithmetic

Description: Galois Field for graph theory system
Platform: | Size: 10240 | Author: mark | Hits:

[VHDL-FPGA-Veriloghash

Description: 基于伽罗瓦域的ghash核,用于GCM。其中,128位伽罗瓦域乘法器使用的是多项式算法。经验证,可综合,供参考。-Galois field based on the nuclear ghash
Platform: | Size: 1024 | Author: 詹鑫 | Hits:

[Internet-NetworkGF

Description: Galois Field 运算 类的实现,容易扩展-Galois Field arithmetic class to achieve, easy to extend
Platform: | Size: 2048 | Author: TanXuelei | Hits:

[Multimedia Developrs_mul

Description: 本程序实现GF(256)伽罗华域乘法计算-Galois field multiplication
Platform: | Size: 1024 | Author: 胡兰生 | Hits:

[Multimedia Developrs_poly

Description: 本程序实现伽罗华域GF(256)多项式的值的计算-The Galois field GF (256) program polynomial value calculation
Platform: | Size: 2048 | Author: 胡兰生 | Hits:

[Multimedia Developrs_polymul

Description: 本程序实现伽罗华域GF(256)多项式的乘法计算-The program Galois field GF (256) polynomial multiplication
Platform: | Size: 1024 | Author: 胡兰生 | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net