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" |
namespace FEncryption
{
template<typename IntType>
IntType FEncryption&58;&58;ModularPow
&40;
IntType Base,
IntType Exponent,
IntType Modulus
&41;
}
Remarks
Raise Base to power of Exponent in mod Modulus.