From 0ce69486534eca545e5a86f9696047956b5c874e Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 15 Jan 2021 14:56:57 +1100 Subject: lib/libhydrogen: Add new libhydrogen submodule. This library is a small and easy-to-use cryptographic library which is well suited to embedded systems. Signed-off-by: Damien George --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index c152e9e77..f4785955a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -36,3 +36,6 @@ [submodule "lib/nxp_driver"] path = lib/nxp_driver url = https://github.com/hathach/nxp_driver.git +[submodule "lib/libhydrogen"] + path = lib/libhydrogen + url = https://github.com/jedisct1/libhydrogen.git -- cgit v1.2.3