-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitmodules
29 lines (29 loc) · 1.04 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[submodule "examples/amazon-s2n/s2n"]
path = examples/amazon-s2n/s2n
url = https://github.com/awslabs/s2n.git
[submodule "examples/curve25519-donna/donna"]
path = examples/curve25519-donna/donna
url = https://github.com/agl/curve25519-donna.git
[submodule "tools/boogie"]
path = tools/boogie
url = https://github.com/boogie-org/boogie.git
[submodule "tools/z3"]
path = tools/z3
url = https://github.com/Z3Prover/z3.git
[submodule "examples/polarssl/mbedtls"]
path = examples/polarssl/mbedtls
url = https://github.com/ARMmbed/mbedtls.git
[submodule "tools/smack"]
path = tools/smack
url = https://github.com/smackers/smack
branch = develop
[submodule "tools/bam-bam-boogieman"]
path = tools/bam-bam-boogieman
url = https://github.com/michael-emmi/bam-bam-boogieman
branch = develop
[submodule "examples/ftfp/libfixedtimefixedpoint"]
path = examples/ftfp/libfixedtimefixedpoint
url = https://github.com/kmowery/libfixedtimefixedpoint.git
[submodule "examples/rlwe/rlwekex"]
path = examples/rlwe/rlwekex
url = https://github.com/dstebila/rlwekex.git