-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
Base64编码
base64编码-base64 encoding
- 2022-02-22 06:13:05下载
- 积分:1
-
Galois域乘法器的Verilog源码
广泛用于信道编码、计算机代数及椭圆曲线加密等...
Galois域乘法器的Verilog源码
广泛用于信道编码、计算机代数及椭圆曲线加密等-Galois field multipliers are widely used in the Verilog source channel coding, computer algebra and elliptic curve encryption
- 2022-10-27 07:50:03下载
- 积分:1
-
检查行动循环CRC5代码生成、数据校验、数据纠错码…
CRC5循环校验法代码生成,数据校验,数据纠错等功能函数代码-Check Act cycle CRC5 code generation, data checking, data error correction code such as function
- 2022-02-13 06:01:10下载
- 积分:1
-
uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。...
uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。-is a C language uthash the hash table to support a variety of structural types of storage, add, delete, these operators are in a fixed time to complete, with the hash table size in itself has nothing to do. Keys can also be any type of data.
- 2022-07-09 02:00:59下载
- 积分:1
-
Elliptic curve public key cryptography algorithms can be used for encryption and...
椭圆曲线公钥密码算法,可用于加密和数字签名等应用,该版本算法是有限域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 algorithm
- 2022-02-06 01:25:41下载
- 积分:1
-
des数据加密标准算法描述
des数据加密标准算法描述-des data encryption standard algorithm description
- 2022-12-18 14:20:02下载
- 积分:1
-
blowfish加密算法开发包
blowfish加密算法开发包-blowfish encryption algorithm development package
- 2023-01-22 23:30:04下载
- 积分:1
-
混沌同步的很好的最好的文章
chaos synch very good best article
- 2023-08-24 13:20:04下载
- 积分:1
-
This is a very famous one random test algorithm. Very few people mentioned. But...
这是很著名的一个随机数测试算法。国内很少有人提到。但在国外,可是应用很广-This is a very famous one random test algorithm. Very few people mentioned. But abroad, but very broad application
- 2023-01-07 18:00:08下载
- 积分:1