From 0ce69486534eca545e5a86f9696047956b5c874e Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 15 Jan 2021 14:56:57 +1100 Subject: [PATCH] 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 +++ lib/libhydrogen | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/libhydrogen diff --git a/.gitmodules b/.gitmodules index c152e9e774..f4785955af 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 diff --git a/lib/libhydrogen b/lib/libhydrogen new file mode 160000 index 0000000000..5c5d513093 --- /dev/null +++ b/lib/libhydrogen @@ -0,0 +1 @@ +Subproject commit 5c5d513093075f7245ea522101b17c50aa579af2