crypto: Add mbedtls-psa as a submodule

mbedtls-psa contains an implementation of libmbedcrypto, including the PSA
Crypto API.
This commit is contained in:
Jaeden Amero
2018-10-25 17:37:00 +01:00
parent 4cb814e3a7
commit 30b340a760
9 changed files with 105 additions and 26 deletions

4
.gitmodules vendored Normal file
View File

@@ -0,0 +1,4 @@
[submodule "crypto"]
path = crypto
url = git@github.com:ARMmbed/mbedtls-psa.git
branch = feature-psa