Initial commit

This commit is contained in:
RektInator
2020-12-16 20:44:46 +01:00
commit f212d7783c
291 changed files with 72238 additions and 0 deletions

16
.gitmodules vendored Normal file
View File

@ -0,0 +1,16 @@
[submodule "dep/libtomcrypt"]
path = dep/libtomcrypt
url = https://github.com/libtom/libtomcrypt
branch = master
[submodule "dep/libtommath"]
path = dep/libtommath
url = https://github.com/libtom/libtommath
branch = master
[submodule "dep/zlib"]
path = dep/zlib
url = https://github.com/madler/zlib.git
branch = master
[submodule "dep/zstd"]
path = dep/zstd
url = https://github.com/facebook/zstd.git
branch = master