From 90af3d7e244d5efcaa80c38fa1baf64182e7e3f5 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 9 Nov 2020 21:52:27 -0800 Subject: [PATCH] Added various sgx related repos to enigma --- data/ecosystems/e/enigma.toml | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/data/ecosystems/e/enigma.toml b/data/ecosystems/e/enigma.toml index fa7d984f..36947542 100644 --- a/data/ecosystems/e/enigma.toml +++ b/data/ecosystems/e/enigma.toml @@ -33,6 +33,9 @@ url = "https://github.com/enigmampc/catalyst-docs" [[repo]] url = "https://github.com/enigmampc/catalystweb" +[[repo]] +url = "https://github.com/enigmampc/chrono-sgx" + [[repo]] url = "https://github.com/enigmampc/coinjoin-poc" @@ -180,6 +183,21 @@ url = "https://github.com/enigmampc/msgpack-rust" [[repo]] url = "https://github.com/enigmampc/MyEtherWallet" +[[repo]] +url = "https://github.com/enigmampc/num-bigint-sgx" + +[[repo]] +url = "https://github.com/enigmampc/num-integer-sgx" + +[[repo]] +url = "https://github.com/enigmampc/num-iter-sgx" + +[[repo]] +url = "https://github.com/enigmampc/num-rational-sgx" + +[[repo]] +url = "https://github.com/enigmampc/num-sgx" + [[repo]] url = "https://github.com/enigmampc/parity-common" @@ -189,6 +207,9 @@ url = "https://github.com/enigmampc/parity-wasm" [[repo]] url = "https://github.com/enigmampc/primitives" +[[repo]] +url = "https://github.com/enigmampc/prost-sgx" + [[repo]] url = "https://github.com/enigmampc/protocol" @@ -198,9 +219,15 @@ url = "https://github.com/enigmampc/pwasm-abi" [[repo]] url = "https://github.com/enigmampc/ring" +[[repo]] +url = "https://github.com/enigmampc/ring-sgx" + [[repo]] url = "https://github.com/enigmampc/rs-poker" +[[repo]] +url = "https://github.com/enigmampc/rust-base58-sgx" + [[repo]] url = "https://github.com/enigmampc/rust-secp256k1" @@ -210,12 +237,18 @@ url = "https://github.com/enigmampc/rust-sgx-sdk" [[repo]] url = "https://github.com/enigmampc/rustc-hex" +[[repo]] +url = "https://github.com/enigmampc/rustls" + [[repo]] url = "https://github.com/enigmampc/SafeTrace" [[repo]] url = "https://github.com/enigmampc/salad" +[[repo]] +url = "https://github.com/enigmampc/sct.rs" + [[repo]] url = "https://github.com/enigmampc/secret-contracts" @@ -308,3 +341,9 @@ url = "https://github.com/enigmampc/wasmi-in-enclave-test" [[repo]] url = "https://github.com/enigmampc/WasmiMemoryTest" + +[[repo]] +url = "https://github.com/enigmampc/webpki" + +[[repo]] +url = "https://github.com/enigmampc/webpki-roots"