Definition in file integer.h.
#include "cryptlib.h"
#include "secblock.h"
#include <iosfwd>
#include <algorithm>
Go to the source code of this file.
Classes | |
| class | Integer |
| multiple precision integer and basic arithmetics More... | |
| class | Integer::DivideByZero |
| division by zero exception More... | |
| class | Integer::RandomNumberNotFound |
| class | Integer::OpenPGPDecodeErr |
Typedefs | |
| typedef SecWordBlock | SecAlignedWordBlock |
Functions | |
| void __cdecl | DisableSSE2 () |
| 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) |
| template<> | |
| void | swap (::Integer &a,::Integer &b) |
1.4.4