2021-01-30 23:16:10 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
|
|
#include "Core/Common.hpp"
|
|
|
|
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
2021-01-31 20:50:10 +01:00
|
|
|
#include "Poco/Crypto/DigestEngine.h"
|
2021-01-30 23:16:10 +01:00
|
|
|
|
2021-01-31 20:50:10 +01:00
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
|
|
namespace SqMod {
|
2021-01-30 23:16:10 +01:00
|
|
|
|
|
|
|
|
|
|
|
} // Namespace:: SqMod
|