Cryptography Reference
In-Depth Information
LINT (unsigned char);
Constructor 8:
LINT is constructed from an inte-
ger of type unsigned char
LINT (USHORT);
Constructor 9:
LINT is constructed from an inte-
ger of type unsigned short
LINT (unsigned int);
Constructor 10:
LINT is constructed from an inte-
ger of type unsigned int
LINT (unsigned long);
Constructor 11:
LINT is constructed from an inte-
ger of type unsigned long
LINT (const CLINT);
Constructor 12:
LINT is constructed from an inte-
ger of type CLINT
inline char*
binstr (void) const;
representation of a LINT integer
as a binary number
inline char*
decstr (void) const;
representation of a LINT integer
as decimal number
inline void
disp (char* str);
display
of
a LINT integer
with
previous output of str
Static long
flags (ostream& s);
read static LINT status variable
associated with ostream s
static long
flags (void);
read static LIN T status variable
associated with ostream cout
LINT&
fswap (LINT& b);
exchange of implicit argument a
with argument b
inline char*
hexstr (void) const;
representation of a LINT integer
as a hexadecimal number
UCHAR*
lint2byte (int* len) const;
transformation of a LINT inte-
ger into a byte vector, output
of length in len , according to
IEEE P1363, significance of bytes
increasing from left to right
Search WWH ::




Custom Search