summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/hash_impl_md5.hpp
blob: 9541157076ef9e4e3db3c5a2455c65d79d62435a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_MD5_HPP
#define INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_MD5_HPP

#include <memory>

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

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

#endif  // INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_MD5_HPP