AuroraRuntime/Include/Aurora/Crypto/RSA/RSAMeta.hpp

17 lines
274 B
C++
Raw Normal View History

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: RSAMeta.hpp
Date: 2021-7-1
Author: Reece
***/
#pragma once
namespace Aurora::Crypto::RSA
{
struct RSAMeta
{
ERSAKeyType type;
EKeyType side;
};
}