summaryrefslogtreecommitdiff
path: root/mpi.h
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-11 16:35:07 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-11 16:35:07 +0000
commitb6f796adf863d1800c03bc2519108a9ea6f532bf (patch)
tree5ce09d8e0f1270b1f9d50f935f90dc3b8d14d765 /mpi.h
parentreplay protection works again (diff)
* added mpi operator
* kd iv generation fix
Diffstat (limited to 'mpi.h')
-rw-r--r--mpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpi.h b/mpi.h
index 1be758e..12079c5 100644
--- a/mpi.h
+++ b/mpi.h
@@ -48,6 +48,7 @@ public:
void operator=(const Mpi &src);
void operator=(long unsigned int);
Mpi operator+(const Mpi &b) const;
+ Mpi operator+(const long unsigned int &b) const;
Mpi operator^(const Mpi &b) const;
Mpi operator*(const unsigned long int n) const;