From 29e4a0512331a36c1cde22ed26c6ae059fa20757 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 8 Aug 2013 09:23:03 +0200 Subject: Adding libtommath, libtomcrypt and lcrypt, mainly for the bignum support. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 94de112..67b3589 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,9 @@ [submodule "LuaJIT"] path = LuaJIT url = http://luajit.org/git/luajit-2.0.git +[submodule "libtomcrypt"] + path = libtomcrypt + url = https://github.com/libtom/libtomcrypt.git +[submodule "libtommath"] + path = libtommath + url = https://github.com/libtom/libtommath.git -- cgit v1.2.3