summaryrefslogtreecommitdiff
path: root/mpi.h
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-11 17:47:29 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-11 17:47:29 +0000
commitf7307935fb087f8c327c8d8f09f8837925e70c34 (patch)
treea6fb23076c80ee1590d9937bf6dbbd169fab7f13 /mpi.h
parentkd iv generation fix again (diff)
set iv to fixed length of 16byte in kd
Diffstat (limited to 'mpi.h')
-rw-r--r--mpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi.h b/mpi.h
index b423d7c..6121d9c 100644
--- a/mpi.h
+++ b/mpi.h
@@ -55,7 +55,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;
+ Buffer getBuf(u_int32_t min_len=0) const;
u_int32_t getLen() const;
protected: