#include "cryptlib.h"
#include "secblock.h"
#include <iosfwd>
#include <algorithm>
Go to the source code of this file.
|
bool | operator== (const ::Integer &a, const ::Integer &b) |
|
bool | operator!= (const ::Integer &a, const ::Integer &b) |
|
bool | operator> (const ::Integer &a, const ::Integer &b) |
|
bool | operator>= (const ::Integer &a, const ::Integer &b) |
|
bool | operator< (const ::Integer &a, const ::Integer &b) |
|
bool | operator<= (const ::Integer &a, const ::Integer &b) |
|
inline::Integer | operator+ (const ::Integer &a, const ::Integer &b) |
|
inline::Integer | operator- (const ::Integer &a, const ::Integer &b) |
|
inline::Integer | operator* (const ::Integer &a, const ::Integer &b) |
|
inline::Integer | operator/ (const ::Integer &a, const ::Integer &b) |
|
inline::Integer | operator% (const ::Integer &a, const ::Integer &b) |
|
inline::Integer | operator/ (const ::Integer &a,::word b) |
|
inline::word | operator% (const ::Integer &a,::word b) |
|
void | swap (::Integer &a,::Integer &b) |
|