From 44808b50cca959a6d2b92dbc163b50839a1e8688 Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiatkowski Date: Fri, 27 Oct 2017 14:17:11 +0100 Subject: [PATCH] TinyEC --- .gitmodules | 3 +++ README.md | 3 ++- tinyec | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 tinyec diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..70d9523 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tinyec"] + path = tinyec + url = https://github.com/alexmgr/tinyec.git diff --git a/README.md b/README.md index d2b51d3..a59abf4 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -``aes.py`` : AES in python3 \ No newline at end of file +``aes.py`` : AES in python3 +``tinyec.py`` : library for playing with ECC \ No newline at end of file diff --git a/tinyec b/tinyec new file mode 160000 index 0000000..a812431 --- /dev/null +++ b/tinyec @@ -0,0 +1 @@ +Subproject commit a812431e7881ce9b509e5fe6322b401ce3235299