Crypto++  8.0
Free C++ class library of cryptographic schemes
Public Member Functions | Static Public Member Functions | List of all members
Word Class Reference

Public Member Functions

 Word (word value)
 
 Word (hword low, hword high)
 
Word operator- (Word a)
 
Word operator- (hword a)
 
hword operator/ (hword divisor)
 
bool operator! () const
 
word GetWhole () const
 
hword GetLowHalf () const
 
hword GetHighHalf () const
 
hword GetHighHalfAsBorrow () const
 

Static Public Member Functions

static Word Multiply (hword a, hword b)
 

Detailed Description

Definition at line 410 of file integer.cpp.


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