From 4d093289b521447db2b0f1c90bcac35ae80cf864 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Wed, 27 Jun 2018 18:35:59 -0400 Subject: [PATCH] tinyaes --- .gitmodules | 2 +- crypto/tiny-AES-c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 crypto/tiny-AES-c diff --git a/.gitmodules b/.gitmodules index ded5ca1..8ad1b05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,4 +9,4 @@ url = https://github.com/kmackay/micro-ecc.git [submodule "crypto/tiny-AES-c"] path = crypto/tiny-AES-c - url = https://github.com/kokke/tiny-AES-c.git + url = https://github.com/kokke/tiny-AES-c diff --git a/crypto/tiny-AES-c b/crypto/tiny-AES-c new file mode 160000 index 0000000..4b97e75 --- /dev/null +++ b/crypto/tiny-AES-c @@ -0,0 +1 @@ +Subproject commit 4b97e75fb96c08f026d545f7f8905b5daa14e9e8