From 400ff68cf07c77a9832356496a7eb31066ea3f32 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Tue, 16 Feb 2021 20:33:11 +0530 Subject: [PATCH] blowfish added as submodule --- .gitmodules | 3 +++ blowfish | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 blowfish diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..88e294e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "blowfish"] + path = blowfish + url = https://github.com/avinal/blowfish diff --git a/blowfish b/blowfish new file mode 160000 index 0000000..ddeda3c --- /dev/null +++ b/blowfish @@ -0,0 +1 @@ +Subproject commit ddeda3c8d45ee7ecf0ba34181de5ac2f1a8c7cd8