We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include "affineTable.h" #include "table.h" #include "IN.h" #include "OUT.h"
这些都是什么头文件里面是什么? 对与白盒密钥刚刚开始研究 不是很明白 主要目标是搞动态白盒
The text was updated successfully, but these errors were encountered:
这几个头文件里的都是加密时需要用到的数据; affineTable.h里是每一轮的仿射编码;table.h是查找表,密钥嵌入在查找表里;IN与OUT是外部编码; 整个加密过程就是执行仿射变换、查表、异或这些操作
Sorry, something went wrong.
那些编码 表 都是随机的吗? 我需要再看看论文 研究下
对,编码是随机生成的,表需要在输入输出加上随机编码,论文里有具体介绍
No branches or pull requests
#include "affineTable.h"
#include "table.h"
#include "IN.h"
#include "OUT.h"
这些都是什么头文件里面是什么?
对与白盒密钥刚刚开始研究 不是很明白
主要目标是搞动态白盒
The text was updated successfully, but these errors were encountered: