Cryptography Reference
In-Depth Information
ostream&
LintShowbase (ostream& s);
ostream manipulator for the dis-
play of a prefix 0x (resp. 0b )in
hex (resp. binary) representation
of LINT integers
ostream&
LintShowlength (ostream& s);
ostream manipulator for display
of the binary length in the output
of LINT integers
ostream&
LintUpr (ostream& s);
ostream manipulator for use of
uppercase letters in the hex rep-
resentation of LINT integers
const int
operator != (const LINT& a,
const LINT& b);
test a!=b
const int
operator < (const LINT& a,
const LINT& b);
comparison a < b
fstream&
operator << (fstream& s,
const LINT& ln);
overloaded insert operator for
writing LINT integers to files,
output stream of type fstream
ofstream&
operator << (ofstream& s,
const LINT& ln);
overloaded insert operator for
writing LINT integers to files,
output stream of type ofstream
ostream&
operator << (ostream& s,
const LINT& ln);
overloaded insert operator for
output of LINT integers, output
stream of type ostream
const int
operator <= (const LINT& a,
const LINT& b);
comparison a < =b
const int
operator == (const LINT& a,
const LINT& b);
test a==b
const int
operator > (const LINT& a,
const LINT& b);
comparison a > b
Search WWH ::




Custom Search