summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/hash_impl_sha256.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/crypto/hash_impl_sha256.hpp')
-rw-r--r--src/buildtool/crypto/hash_impl_sha256.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/buildtool/crypto/hash_impl_sha256.hpp b/src/buildtool/crypto/hash_impl_sha256.hpp
new file mode 100644
index 00000000..d74c1492
--- /dev/null
+++ b/src/buildtool/crypto/hash_impl_sha256.hpp
@@ -0,0 +1,10 @@
+#ifndef INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_SHA256_HPP
+#define INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_SHA256_HPP
+
+#include <memory>
+
+#include "src/buildtool/crypto/hash_impl.hpp"
+
+[[nodiscard]] extern auto CreateHashImplSha256() -> std::unique_ptr<IHashImpl>;
+
+#endif // INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_SHA256_HPP