Lanjiejie

Results 4 comments of Lanjiejie

> 已经有在 v1.0.6 上能够正常工作的 rand > https://github.com/mesalock-linux/rand-sgx 太感谢了🙏

您好,我想再请教一个问题。 我在移植primitive-types这个crate的时候,因为它有一个依赖库是fixed-hash,我根据您的教程操作,fixed-hash已经可以正常运行了,但是对primitive-types编译的时候出现了一些问题: ``` error[E0433]: failed to resolve: could not find `OsRng` in `rand` --> :18:34 | 1 | / ( $ name : ident ) => { 2 | |...

嗯嗯,明白了,谢谢您!

您好,最近读了一些论文,有一些疑问向您请教: 1. rust sgx 解决了intel sgx 的enclave无法执行系统调用问题吗? 2. rust sgx 对侧信道攻击有没有什么抵御机制呢? 3. 之前使用v1.06版本,当输入数据规模较大时,程序就发生了错误,这是不是一个限制呢? 4. enclave里面只适用规模较小的程序吗?