summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/hash_impl_sha256.hpp
blob: d74c149291afda507762528af361e3f24419dff0 (plain)
1
2
3
4
5
6
7
8
9
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