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