AuroraRuntime/Source/Crypto/ECC/ECCX25519.hpp
Reece c4567f4c8c [*] Amend %x -> {:X} formatting
[+] Added source files ready for an LTC ECC implementation
[+] Added linux specific HWInfo get threads backend
[+] AU_TEMPLATE_ENABLE_WHEN
[*] Amend IO::FS::WriteString compilation issue
2021-09-17 20:26:05 +01:00

13 lines
197 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: ECCX25519.hpp
Date: 2021-9-17
Author: Reece
***/
#pragma once
namespace Aurora::Crypto::ECC
{
}