/**
* \file hash_wrapper.h
* \brief hash wrapper for CryptoCore/own crypto.
* \author Roman Pasechnik (r.pasechnik@samsung.com)
* \version 0.1
* \date Created Mar 07, 2014
* \par In Samsung Ukraine R&D Center (SURC) under a contract between
* \par LLC "Samsung Electronics Ukraine Company" (Kiev, Ukraine) and
* \par "Samsung Elecrtronics Co", Ltd (Seoul, Republic of Korea)
* \par Copyright: (c) Samsung Electronics Co, Ltd 2014. All rights reserved.
**/

#ifndef WRAPPER_HASH_H
#define WRAPPER_HASH_H

#ifdef USE_CRYPTOCORE
#include "openssl/sha/sha.h"
#else
#include "hash/sha.h"
#endif

#endif
