From 5a9257468db898ce33ea80d798bc46316be8183b Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 2 Sep 2019 15:38:46 -0700 Subject: [PATCH] Added ZKSigma to Open Source Cryptography. --- data/ecosystems/o/open-source-cryptography.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/o/open-source-cryptography.toml b/data/ecosystems/o/open-source-cryptography.toml index a9ac5107..576a8de6 100644 --- a/data/ecosystems/o/open-source-cryptography.toml +++ b/data/ecosystems/o/open-source-cryptography.toml @@ -13,3 +13,6 @@ tags = ["Wallet"] [[repo]] url = "https://github.com/ektrah/nsec" tags = ["Library"] + +[[repo]] +url = "https://github.com/mit-dci/zksigma"