Navigation
Unreal Engine C++ API Reference > 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 |