From ecb7a1d926813318bbc989e52e6406a38eb43de1 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:24:05 +0200 Subject: [PATCH] moved the sha1 library into the libs folder --- {sha => libs/sha}/sha1.hpp | 0 {sha => libs/sha}/source.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {sha => libs/sha}/sha1.hpp (100%) rename {sha => libs/sha}/source.txt (100%) diff --git a/sha/sha1.hpp b/libs/sha/sha1.hpp similarity index 100% rename from sha/sha1.hpp rename to libs/sha/sha1.hpp diff --git a/sha/source.txt b/libs/sha/source.txt similarity index 100% rename from sha/source.txt rename to libs/sha/source.txt