-
Notifications
You must be signed in to change notification settings - Fork 59
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
random 移植 #2
Comments
已经有在 v1.0.6 上能够正常工作的 rand |
太感谢了🙏 |
您好,我想再请教一个问题。
报错是说找不到fixed-hash中用到的rand::OsRng 和 libc::memcmp,请问这是什么原因呢? |
看上去你要移植的是parity-common下的fixed-hash。它依赖于 rand v0.5。这是一个非常罕见的版本,API 不同于 0.4 也不同于 0.6。如果你看 rand 的发布历史,你会发现 0.5 在历史上只“存活”了三个月,之后 rand 还在继续维护 0.4 以及推出了新的 0.6。上面我移植的 rand-sgx 是 0.6。 不明白为什么这个 fixed-hash 会固定依赖于这个稀有的并且失去维护的 0.5——说不定你需要重新移植 |
嗯嗯,明白了,谢谢您! |
您好,最近读了一些论文,有一些疑问向您请教:
|
请问crate random是不是还不能移植呢?因为它的依赖库getrandom涉及到了syscall吗?
The text was updated successfully, but these errors were encountered: