Moving third-party submodules to third-party folder.

This commit is contained in:
Pol Henarejos
2026-04-16 19:48:25 +02:00
parent 7b8d09550a
commit 8821728cc7
10 changed files with 87 additions and 81 deletions

6
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule "mbedtls"]
path = mbedtls
path = third-party/mbedtls
url = https://github.com/ARMmbed/mbedtls
[submodule "tinycbor"]
path = tinycbor
path = third-party/tinycbor
url = https://github.com/intel/tinycbor.git
[submodule "mlkem"]
path = mlkem
path = third-party/mlkem
url = https://github.com/pq-code-package/mlkem-native/