-
I'm getting a dependency error since I put a cargo workspace at the root of my repo
https://github.com/scs/substraTEE-worker/tree/brenzi-ra
```
error: failed to select a version for `ring`.
…
-
Hi, I'm a [Nix](https://nixos.org/nix) user and recently the Rust/Nix tools i'm using (like [crate2nix](https://github.com/kolloch/crate2nix)) broke because of changes introduced in `rand` - In the e…
-
I'm using various substrate crates for our project running in SGX enclaves using
https://github.com/baidu/rust-sgx-sdk.git
Currently I'm struggling because SGX SDK defines its global_allocator:…
-
https://github.com/intel/linux-sgx/commit/d10cabebb5512878e84f5d21cdf27c39c428ffe2
-
@Amanieu can you please bump the version number and create a new release for `crates.io`? Now that `parking_lot` supports `serde`, I want to clean up my `Cargo.toml` dependencies so that they are poi…
-
**Describe the bug**
Seemingly out of the blue, trying to build `core` on the `develop` branch now fails with the following error:
```
error: failed to parse manifest at `/root/.cargo/registry/src/…
-
If I understand, rand_core now depends upon getrandom for `SeedableRng::from_entropy`, which makes the rand_os crate pointless.
Ideally, I'd think `OsRng` should be merged into rand_core, rand_os…
-
(WIP PR: #2885)
**tl;dr**: The Rust compiler now has support for an SGX target, so users can make their own enclaves using the unmodified TVM Rust runtime. In other words, *TVM no longer needs to e…
-
Add `getentropy` crate:
- [x] design API, including error type
- [x] port `OsRng` code
- [x] port RDRAND code
- [x] make `rand_os` a wrapper around this
- [x] remove dependence on `JitterRng` b…
-
Hi there,
I'm maintaining [rust-sgx-sdk](https://github.com/baidu/rust-sgx-sdk) which provide a set of fundamental crates for Intel SGX. This SDK has been adopted in some blockchain projects includ…