From 8d8bfe778b5895cdfe9f08abf3a42e1c972d276a Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 5 Oct 2019 11:52:11 -0700 Subject: [PATCH] Added new zero knowledge crypto repositories. --- data/ecosystems/z/zero-knowledge-cryptography.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/z/zero-knowledge-cryptography.toml b/data/ecosystems/z/zero-knowledge-cryptography.toml index 234dd8e6..73b59d5b 100644 --- a/data/ecosystems/z/zero-knowledge-cryptography.toml +++ b/data/ecosystems/z/zero-knowledge-cryptography.toml @@ -159,6 +159,9 @@ url = "https://github.com/JacobEberhardt/ZoKrates" [[repo]] url = "https://github.com/jopasserat/zk_playground" +[[repo]] +url = "https://github.com/jpmorganchase/anonymous-zether" + [[repo]] url = "https://github.com/kantuni/ZKP" @@ -303,9 +306,15 @@ 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/group" + [[repo]] url = "https://github.com/zkcrypto/jubjub"