From 16942715feb589b70aa86ed2a7c5e24ef513b62a Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 15 Nov 2020 08:06:37 -0800 Subject: [PATCH] Added arkworks to Zero Knowledge Cryptography ecosystem --- .../z/zero-knowledge-cryptography.toml | 42 ++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/data/ecosystems/z/zero-knowledge-cryptography.toml b/data/ecosystems/z/zero-knowledge-cryptography.toml index 4550580d..576b9318 100644 --- a/data/ecosystems/z/zero-knowledge-cryptography.toml +++ b/data/ecosystems/z/zero-knowledge-cryptography.toml @@ -3,7 +3,11 @@ title = "Zero Knowledge Cryptography" sub_ecosystems = [] -github_organizations = ["https://github.com/zeropoolnetwork", "https://github.com/zkcrypto"] +github_organizations = [ + "https://github.com/arkworks-rs", + "https://github.com/zeropoolnetwork", + "https://github.com/zkcrypto", +] # Repositories [[repo]] @@ -30,6 +34,42 @@ url = "https://github.com/akosba/xjsnark" [[repo]] url = "https://github.com/AntoineRondelet/snark-mixer" +[[repo]] +url = "https://github.com/arkworks-rs/algebra" + +[[repo]] +url = "https://github.com/arkworks-rs/crypto-primitives" + +[[repo]] +url = "https://github.com/arkworks-rs/curves" + +[[repo]] +url = "https://github.com/arkworks-rs/gm17" + +[[repo]] +url = "https://github.com/arkworks-rs/groth16" + +[[repo]] +url = "https://github.com/arkworks-rs/marlin" + +[[repo]] +url = "https://github.com/arkworks-rs/nonnative" + +[[repo]] +url = "https://github.com/arkworks-rs/poly-commit" + +[[repo]] +url = "https://github.com/arkworks-rs/r1cs-std" + +[[repo]] +url = "https://github.com/arkworks-rs/snark" + +[[repo]] +url = "https://github.com/arkworks-rs/template" + +[[repo]] +url = "https://github.com/arkworks-rs/utils" + [[repo]] url = "https://github.com/AztecProtocol/AZTEC"