17 lines
294 B
C++
17 lines
294 B
C++
/***
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: Crypto.hpp
|
|
Date: 2021-6-12
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
#include <tomcrypt.h>
|
|
#include <Source/Extensions/LTC/LTCExtensions.hpp>
|
|
#include <Source/AuCrypto.hpp>
|
|
|
|
namespace Aurora::Crypto
|
|
{
|
|
|
|
} |