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>
This commit is contained in:
Damien George
2021-01-15 14:56:57 +11:00
parent f7aafc0628
commit 0ce6948653
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -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
+1
Submodule lib/libhydrogen added at 5c5d513093