yes it's ready to use.
Cargo.toml sample:
https://github.com/mesalock-linux/rustls/blob/mesalock_sgx/Cargo.toml#L17
```toml
ring = { git = "https://github.com/mesalock-linux/ring-sgx", tag = "v0.16.5" }
```
the tag is still v0.16.5, while the accurate version is 0.16.10 -- it's because
0.16 "stabled" since 0.16.5 and we started to use this tag since then.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/233#issuecomment-624799671