diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 17:47:29 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 17:47:29 +0000 |
commit | f7307935fb087f8c327c8d8f09f8837925e70c34 (patch) | |
tree | a6fb23076c80ee1590d9937bf6dbbd169fab7f13 /mpi.h | |
parent | kd iv generation fix again (diff) |
set iv to fixed length of 16byte in kd
Diffstat (limited to 'mpi.h')
-rw-r--r-- | mpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |