// ethash: C/C++ implementation of Ethash, the Ethereum Proof of Work algorithm.
// Copyright 2018-2019 Pawel Bylica.
// Licensed under the Apache License, Version 2.0.
#pragma once
#include"hash_types.h"namespaceethash{usinghash256= ethash_hash256;usinghash512= ethash_hash512;usinghash1024= ethash_hash1024;usinghash2048= ethash_hash2048;}// namespace ethash