summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-01-15 14:56:57 +1100
committerDamien George <damien@micropython.org>2021-01-18 12:43:01 +1100
commit0ce69486534eca545e5a86f9696047956b5c874e (patch)
treed17b97d7adaa442d0323584ddb12764fc667aeb3
parentf7aafc0628f2008d015b32b0c0253a13f748d436 (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--.gitmodules3
m---------lib/libhydrogen0
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