From 10f84cf6fd31404fe1f7817455374c00b95507cd Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 27 Oct 2019 22:35:28 -0700 Subject: [PATCH] Added Shamir Secret Sharing Repo 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 590970f3..5b993798 100644 --- a/data/ecosystems/o/open-source-cryptography.toml +++ b/data/ecosystems/o/open-source-cryptography.toml @@ -46,6 +46,9 @@ url = "https://github.com/dalek-cryptography/x25519-dalek" [[repo]] url = "https://github.com/dalek-cryptography/zkp" +[[repo]] +url = "https://github.com/dsprenkels/sss" + [[repo]] url = "https://github.com/ektrah/nsec" tags = ["Library"]