From 4a1ddfb5914a2eb4a56052bce58a0071d8bde739 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:08:13 -0700 Subject: [PATCH] Initial check in of Zero Knowledge Cryptography ecosystem. --- .../z/zero-knowledge-cryptography.toml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 data/ecosystems/z/zero-knowledge-cryptography.toml diff --git a/data/ecosystems/z/zero-knowledge-cryptography.toml b/data/ecosystems/z/zero-knowledge-cryptography.toml new file mode 100644 index 00000000..44ba951d --- /dev/null +++ b/data/ecosystems/z/zero-knowledge-cryptography.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "Zero Knowledge Cryptography" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/iden3/circomlib" + +[[repo]] +url = "https://github.com/iden3/rollup" + +[[repo]] +url = "https://github.com/iden3/snarkjs" + +[[repo]] +url = "https://github.com/kobigurk/websnark" + +[[repo]] +url = "https://github.com/scipr-lab/dizk" + +[[repo]] +url = "https://github.com/scipr-lab/libiop" + +[[repo]] +url = "https://github.com/scipr-lab/libsnark" + +[[repo]] +url = "https://github.com/scipr-lab/marlin" + +[[repo]] +url = "https://github.com/scipr-lab/zexe"