diff options
author | Damien George <damien@micropython.org> | 2021-01-15 14:56:57 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-01-18 12:43:01 +1100 |
commit | 0ce69486534eca545e5a86f9696047956b5c874e (patch) | |
tree | d17b97d7adaa442d0323584ddb12764fc667aeb3 | |
parent | f7aafc0628f2008d015b32b0c0253a13f748d436 (diff) |
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 <damien@micropython.org>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | lib/libhydrogen | 0 |
2 files changed, 3 insertions, 0 deletions
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 diff --git a/lib/libhydrogen b/lib/libhydrogen new file mode 160000 +Subproject 5c5d513093075f7245ea522101b17c50aa579af |