UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TEncryptionKey< IntType > Struct Template Reference

#include <BigInt.h>

Public Attributes

IntType Exponent
 
IntType Modulus
 

Detailed Description

template<typename IntType>
struct TEncryptionKey< IntType >

Encryption key - exponent and modulus pair

Member Data Documentation

◆ Exponent

template<typename IntType >
IntType TEncryptionKey< IntType >::Exponent

◆ Modulus

template<typename IntType >
IntType TEncryptionKey< IntType >::Modulus

The documentation for this struct was generated from the following file: