1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/module/PocoLib/Crypto.hpp

19 lines
579 B
C++
Raw Permalink Normal View History

2021-01-30 23:16:10 +01:00
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Core/Common.hpp"
// ------------------------------------------------------------------------------------------------
2021-02-02 18:07:02 +01:00
#include <Poco/Checksum.h>
#include <Poco/Base32Encoder.h>
#include <Poco/Base32Decoder.h>
#include <Poco/Base64Encoder.h>
#include <Poco/Base64Decoder.h>
#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