文件名称:primitives-master
介绍说明--下载内容均来自于网络,请自行研究使用
aes的白盒实现,加解密保护部分,保护加解密过程密钥不被对手分析。-White-box cryptography is often linked with code obfuscation, since both aim to protect software implementations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
primitives-master
.................\.gitignore
.................\LICENSE
.................\README.md
.................\encoding
.................\........\decompose.go
.................\........\encoding.go
.................\........\encoding_test.go
.................\........\linear.go
.................\........\number.go
.................\........\persistence.go
.................\........\prp.go
.................\........\table.go
.................\........\xor.go
.................\equivalence
.................\...........\equivalence.go
.................\...........\equivalence_test.go
.................\...........\search.go
.................\...........\search_test.go
.................\gfmatrix
.................\........\deductive.go
.................\........\deductive_test.go
.................\........\gaussJordan.go
.................\........\generate.go
.................\........\gfmatrix.go
.................\........\gfmatrix_test.go
.................\........\incremental.go
.................\........\incremental_test.go
.................\........\row.go
.................\........\row_test.go
.................\........\stretch.go
.................\matrix
.................\......\deductive.go
.................\......\deductive_test.go
.................\......\gaussJordan.go
.................\......\generate.go
.................\......\ignore.go
.................\......\incremental.go
.................\......\incremental_test.go
.................\......\matrix.go
.................\......\matrix_test.go
.................\......\row.go
.................\......\stretch.go
.................\number
.................\......\array.go
.................\......\byte.go
.................\......\number.go
.................\......\number_test.go
.................\random
.................\......\random.go
.................\......\random_test.go
.................\sbox
.................\....\constants.go
.................\....\cycles.go
.................\....\ddt.go
.................\....\lat.go
.................\....\sbox.go
.................\table
.................\.....\persistence.go
.................\.....\table.go
.................\.....\table_test.go