Navigation
API > API/Runtime > API/Runtime/Core
Encryption key - exponent and modulus pair
| Name | TEncryptionKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/BigInt.h |
| Include Path | #include "Math/BigInt.h" |
Syntax
template<typename IntType>
struct TEncryptionKey
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Exponent | IntType | Math/BigInt.h | ||
| Modulus | IntType | Math/BigInt.h |