文件名称:AES-master
介绍说明--下载内容均来自于网络,请自行研究使用
AES的白盒实现,高效的实现,安全性高,保护密钥。-White-box cryptography is often linked with code obfuscation, since both aim to protect software implementations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AES-master
..........\.gitignore
..........\LICENSE
..........\README.md
..........\constructions
..........\.............\bes
..........\.............\...\bes.go
..........\.............\...\bes_test.go
..........\.............\...\constants.go
..........\.............\...\tools.go
..........\.............\chow
..........\.............\....\README.md
..........\.............\....\chow.go
..........\.............\....\chow_test.go
..........\.............\....\keygen.go
..........\.............\....\keygen_primitives.go
..........\.............\....\keygen_tools.go
..........\.............\....\persistence.go
..........\.............\common
..........\.............\......\aes.go
..........\.............\......\aes_test.go
..........\.............\......\common.go
..........\.............\......\keygen_primitives.go
..........\.............\......\keygen_tools.go
..........\.............\......\persistence.go
..........\.............\......\xor_tables.go
..........\.............\full
..........\.............\....\constants.go
..........\.............\....\full.go
..........\.............\....\full_test.go
..........\.............\....\keygen.go
..........\.............\....\persistence.go
..........\.............\saes
..........\.............\....\saes.go
..........\.............\....\saes_test.go
..........\.............\test
..........\.............\....\aes_vectors.go
..........\.............\toy
..........\.............\...\constants.go
..........\.............\...\keygen.go
..........\.............\...\persistence.go
..........\.............\...\toy.go
..........\.............\...\toy_test.go
..........\.............\xiao
..........\.............\....\keygen.go
..........\.............\....\keygen_constants.go
..........\.............\....\keygen_primitives.go
..........\.............\....\persistence.go
..........\.............\....\xiao.go
..........\.............\....\xiao_test.go
..........\cryptanalysis
..........\.............\chow
..........\.............\....\affine.go
..........\.............\....\chow.go
..........\.............\....\chow_test.go
..........\.............\....\constants.go
..........\.............\....\sbox.go
..........\.............\toy
..........\.............\...\affine.go
..........\.............\...\constants.go
..........\.............\...\encoding.go
..........\.............\...\parasite.go
..........\.............\...\small_matrix.go
..........\.............\...\toy.go
..........\.............\...\toy_test.go
..........\.............\xiao
..........\.............\....\affine.go
..........\.............\....\constants.go
..........\.............\....\sbox.go
..........\.............\....\xiao.go
..........\.............\....\xiao_test.go
..........\example
..........\.......\README.md
..........\.......\decrypt.go
..........\.......\encrypt.go
..........\.......\generate_key.go