-
xargo can potentially be used to swap in `sgx_tstd` for `std` using the [custom sysroot crate feature](https://github.com/japaric/xargo#creating-a-sysroot-with-custom-crates).
> Xargo lets you crea…
-
Currently the NaCl XSalsa20/Poly1305 box constructs are used in several places, with the implementation from sodalite, which is causing a few issues (#14, #33, #60).
Trevor Perrin's [Noise Protocol…
-
rust-toolchain is `nightly-2018-12-30` but compiler_builtins does not compile for it.
I think CI never caught it because it keeps target/ in its cache. Maybe it should drop it if it detects rust-to…
-
What is the reason for this repository being hosted on a personal account versus the EnigmaMPC organization account?
-
Hi, I notice that at this line you use `malloc` to implement the global allocator:
https://github.com/baidu/rust-sgx-sdk/blob/9d4fa0f603e44bb82efae9d913c586a498b7d9da/sgx_alloc/src/lib.rs#L117
W…
-
Discussed in https://github.com/rust-random/rand/issues/699, we may use RDRAND as a fallback generator. This is already used by `OsRng` for SGX where no other generators are available.
We could dep…
-
Hi there,
Do you mind make downcast-rs a `#![no_std]` crate by importing `Any` from `core::any::Any` and `Box` from `alloc::boxed::Alloc`? This change also requires an additional feature gate `#![f…
-
Hi there,
I'm Yu Ding from Baidu and I'm maintaining Baidu's [rust-sgx-sdk](https://github.com/baidu/rust-sgx-sdk). It has been open-sourced for more than 2 years and adopted by many blockchain com…
-
when i compile the hello-rust,i met this error:
Compiling Helloworldsampleenclave v1.0.0 (/home/chen/file/rust-sgx/rust-sgx-sdk/samplecode/helloworld/enclave)
Finished release [optimized]…
-
**Describe the bug**
Building core in some machine (MacOS) fails, while it succeeds in others (Linux/Ubuntu) in Simulation mode. This is only observed in Simulation mode because the machines in which…