From 85b136412a23bbb768c1dbbc7a57ad6a07445a60 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:08:03 -0700 Subject: [PATCH] Added Matter Labs' Hodor Snark library. --- data/ecosystems/m/matter-labs.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/m/matter-labs.toml b/data/ecosystems/m/matter-labs.toml index af4be375..b2a9a86b 100644 --- a/data/ecosystems/m/matter-labs.toml +++ b/data/ecosystems/m/matter-labs.toml @@ -108,6 +108,9 @@ url = "https://github.com/matter-labs/go-ethereum" [[repo]] url = "https://github.com/matter-labs/Groth16BatchVerifier" +[[repo]] +url = "https://github.com/matter-labs/hodor" + [[repo]] url = "https://github.com/matter-labs/libsnark_gadgetlib3"