From f7307935fb087f8c327c8d8f09f8837925e70c34 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Tue, 11 Dec 2007 17:47:29 +0000 Subject: set iv to fixed length of 16byte in kd --- mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpi.h') 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: -- cgit v1.2.3