Add monocypher crypto library in src/lib/crypto/monocypher

This simple crypto library is used as an example default backend for the crypto
interfaces

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
Jukka Laitinen
2021-05-31 11:18:46 +03:00
committed by Beat Küng
parent 09e62f96b2
commit b3e9904df0
5 changed files with 52 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -67,3 +67,6 @@
path = src/drivers/uavcan_v1/legacy_data_types
url = https://github.com/PX4/public_regulated_data_types.git
branch = legacy
[submodule "src/lib/crypto/monocypher"]
path = src/lib/crypto/monocypher
url = https://github.com/PX4/Monocypher.git