MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TaoCrypt::DH Class Reference

Public Member Functions

 DH (Integer &p, Integer &g)
 DH (Source &)
 DH (const DH &that)
DHoperator= (const DH &that)
void Swap (DH &other)
void Initialize (Source &)
void Initialize (Integer &p, Integer &g)
void GenerateKeyPair (RandomNumberGenerator &, byte *, byte *)
void Agree (byte *, const byte *, const byte *, word32 otherSz=0)
void SetP (const Integer &p)
void SetG (const Integer &g)
IntegerGetP ()
IntegerGetG ()
word32 GetByteLength () const

Detailed Description

Definition at line 36 of file dh.hpp.


The documentation for this class was generated from the following files: