From e68e6c94665ff330dcb0181d2a097cb2ae537742 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Sun, 6 May 2018 20:13:29 -0400 Subject: [PATCH] add micro-ecc third party --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 09afd37..3432e43 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "python-fido2"] path = python-fido2 url = https://github.com/conorpp/python-fido2 +[submodule "crypto/micro-ecc"] + path = crypto/micro-ecc + url = https://github.com/kmackay/micro-ecc