-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
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
[Mystique] 测试基于zk协议的操作,编译报错 #124
Comments
为了便于排错,我补充了我的相关操作:
|
编写测试文件时遇到的其他问题1.
|
|
请首先查看是否所有的GitHub的submodules已经下载,然后重新清理build |
我重新确认过了,所有的submodules都已经下载,清理过build之后重新编译,仍然报相同的错误 |
作者你好,我目前也在研究Mystique协议并复现。现在已经把ZK部分编译通过了。后续想进行Mystique相关函数的测试。测试代码如上图所述:https://github.com/LatticeX-Foundation/Rosetta/issues/124#issuecomment-1558795001。 |
rosetta
中没有zk(mystique)
协议的测试文件,我们想测试基于zk(mystique)
协议的操作,例如relu
操作测试文件编译时报错:
首先,测试文件中并没有调用与CheatRecord相关的内容;其次,'CheatRecord::put(std::string const&)' 和'CheatRecord::message' 在'emp-zk-bool.cpp'文件中有定义。报错的可能原因是什么?
The text was updated successfully, but these errors were encountered: