From 8a56c7a95e662862cfe78b834ccb091e95d5372f Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 25 Nov 2019 17:45:35 +0100 Subject: Add libtommath, HOST build, and a simple PRNG. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b9e9e5b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ext/libtommath"] + path = ext/libtommath + url = https://github.com/libtom/libtommath -- cgit v1.3.1