summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/hash_impl_sha1.hpp
blob: 7b8196b5b5049200db9875e1b92bb9753745659f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_SHA1_HPP
#define INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_SHA1_HPP

#include <memory>

#include "src/buildtool/crypto/hash_impl.hpp"

[[nodiscard]] extern auto CreateHashImplSha1() -> std::unique_ptr<IHashImpl>;

#endif  // INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_SHA1_HPP