From 855affd9b681d98f248009ddb2c1abe987029f72 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 15 Jun 2022 18:51:47 +0200 Subject: Crypto: Refactor hash computation ... by renaming HashGenerator to (incremental) Hasher and dropping support for Git/MD5 hashes. The Hasher does not expose the actual hash implementation. --- src/buildtool/crypto/hash_impl_git.hpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/buildtool/crypto/hash_impl_git.hpp (limited to 'src/buildtool/crypto/hash_impl_git.hpp') diff --git a/src/buildtool/crypto/hash_impl_git.hpp b/src/buildtool/crypto/hash_impl_git.hpp deleted file mode 100644 index be0738da..00000000 --- a/src/buildtool/crypto/hash_impl_git.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_GIT_HPP -#define INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_GIT_HPP - -#include - -#include "src/buildtool/crypto/hash_impl.hpp" - -[[nodiscard]] extern auto CreateHashImplGit() -> std::unique_ptr; - -#endif // INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_GIT_HPP -- cgit v1.2.3