/*** 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; }; }