From dbc94efdb5e228544cad3fac5087693cd8dca2e7 Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Mon, 13 Feb 2017 22:03:55 +0200 Subject: Core: add cryptopp library (#2412) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index dbb1b0dd3..f98725622 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git +[submodule "cryptopp"] + path = externals/cryptopp/cryptopp + url = https://github.com/weidai11/cryptopp.git -- cgit v1.2.3