From ec89e1bbe63acad969d74348a448492b388e0340 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 25 Sep 2019 22:22:14 -0700 Subject: [PATCH] Added more ZKP related repositories. --- .../z/zero-knowledge-cryptography.toml | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/data/ecosystems/z/zero-knowledge-cryptography.toml b/data/ecosystems/z/zero-knowledge-cryptography.toml index 44ba951d..0e4c8178 100644 --- a/data/ecosystems/z/zero-knowledge-cryptography.toml +++ b/data/ecosystems/z/zero-knowledge-cryptography.toml @@ -3,9 +3,12 @@ title = "Zero Knowledge Cryptography" sub_ecosystems = [] -github_organizations = [] +github_organizations = ["https://github.com/zkcrypto"] # Repositories +[[repo]] +url = "https://github.com/elibensasson/libSTARK" + [[repo]] url = "https://github.com/iden3/circomlib" @@ -32,3 +35,21 @@ url = "https://github.com/scipr-lab/marlin" [[repo]] url = "https://github.com/scipr-lab/zexe" + +[[repo]] +url = "https://github.com/zkcrypto/bellman" + +[[repo]] +url = "https://github.com/zkcrypto/bls12_381" + +[[repo]] +url = "https://github.com/zkcrypto/ff" + +[[repo]] +url = "https://github.com/zkcrypto/groth16" + +[[repo]] +url = "https://github.com/zkcrypto/jubjub" + +[[repo]] +url = "https://github.com/zkcrypto/pairing"