From a83f590e0e89883e8362bb5c4a760f09856378f9 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Wed, 12 Dec 2007 14:14:58 +0000 Subject: changed Mpi::getBuf, now returns u_int8_t *! --- mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpi.h') diff --git a/mpi.h b/mpi.h index 6121d9c..de7aa98 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(u_int32_t min_len=0) const; + u_int8_t *getBuf(u_int32_t buf_len) const; u_int32_t getLen() const; protected: -- cgit v1.2.3