summaryrefslogtreecommitdiff
path: root/mpi.h
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-11 16:44:04 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-11 16:44:04 +0000
commit88af1429cb358f840a5aae553bee5ed886888243 (patch)
tree5362a239f8c62621d6959d219b37126833180592 /mpi.h
parent* added mpi operator (diff)
kd iv generation fix again
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 12079c5..b423d7c 100644
--- a/mpi.h
+++ b/mpi.h
@@ -54,6 +54,7 @@ public:
void rShift(u_int8_t n); // LSB on the right side!
Mpi mul2exp(u_int32_t e) const; // value * 2^e
+ void clearHighBit(u_int32_t n);
Buffer getBuf() const;
u_int32_t getLen() const;