.gitmodules (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[submodule "contrib/mldsa-native"] path = contrib/mldsa-native url = https://github.com/pq-code-package/mldsa-native.git [submodule "contrib/mlkem-native"] path = contrib/mlkem-native url = https://github.com/pq-code-package/mlkem-native.git [submodule "subprojects/TinyCrypT"] path = subprojects/TinyCrypT url = https://gitea.eyes-like-fire.org/juniper/TinyCrypT.git [submodule "subprojects/Unity"] path = subprojects/Unity url = https://github.com/ThrowTheSwitch/Unity.git [submodule "contrib/pba"] path = contrib/pba url = https://gitea.eyes-like-fire.org/juniper/pba.git |