diff options
author | Sven Gothel <[email protected]> | 2023-10-25 05:46:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-10-25 05:46:41 +0200 |
commit | 725ed9d6bbfe13a57c2b78702aa9741e482a503b (patch) | |
tree | e00bb0a83015e6a3bb0358fb7dc61e426293d87a /.gitmodules | |
parent | 10f4d305e56270f5bc06f609994c49ec07ba9205 (diff) |
LE Resolvable Address: Add tinycrypt, supporting AES to match IRK w/ LE Random Address
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7b5e759f..878bdbd3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "jaulib"] path = jaulib url = ../jaulib +[submodule "tinycrypt"] + path = tinycrypt + url = ../tinycrypt |