#include <PK.H>
Definition at line 62 of file PK.H.
◆ PKey() [1/2]
Definition at line 65 of file PK.H.
◆ PKey() [2/2]
| PKey::PKey |
( |
void const * | exponent, |
|
|
void const * | modulus ) |
◆ Block_Count()
| int PKey::Block_Count |
( |
int | plaintext_length | ) |
const |
|
inline |
Definition at line 75 of file PK.H.
◆ Crypt_Block_Size()
| int PKey::Crypt_Block_Size |
( |
void | | ) |
const |
|
inline |
Definition at line 74 of file PK.H.
◆ Decode_Exponent()
| void PKey::Decode_Exponent |
( |
void * | buffer | ) |
|
◆ Decode_Modulus()
| void PKey::Decode_Modulus |
( |
void * | buffer | ) |
|
◆ Decrypt()
| int PKey::Decrypt |
( |
void const * | source, |
|
|
int | slen, |
|
|
void * | dest ) const |
◆ Encode_Exponent()
| int PKey::Encode_Exponent |
( |
void * | buffer | ) |
const |
◆ Encode_Modulus()
| int PKey::Encode_Modulus |
( |
void * | buffer | ) |
const |
◆ Encrypt()
| int PKey::Encrypt |
( |
void const * | source, |
|
|
int | slen, |
|
|
void * | dest ) const |
◆ Fast_Exponent()
| static long PKey::Fast_Exponent |
( |
void | | ) |
|
|
inlinestatic |
Definition at line 83 of file PK.H.
◆ Generate()
| void PKey::Generate |
( |
Straw & | random, |
|
|
int | bits, |
|
|
PKey & | fastkey, |
|
|
PKey & | slowkey ) |
|
static |
◆ Plain_Block_Size()
| int PKey::Plain_Block_Size |
( |
void | | ) |
const |
|
inline |
Definition at line 73 of file PK.H.
◆ BitPrecision
Definition at line 95 of file PK.H.
◆ Exponent
Definition at line 92 of file PK.H.
◆ Modulus
Definition at line 88 of file PK.H.
The documentation for this class was generated from the following files:
- Code/Libraries/Source/WWVegas/WWLib/PK.H
- Code/Libraries/Source/WWVegas/WWLib/pk.cpp