Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
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

Definition at line 1037 of file BigInt.h.

Member Data Documentation

◆ Exponent

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

Definition at line 1039 of file BigInt.h.

◆ Modulus

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

Definition at line 1040 of file BigInt.h.


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