diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 16:44:04 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 16:44:04 +0000 |
commit | 88af1429cb358f840a5aae553bee5ed886888243 (patch) | |
tree | 5362a239f8c62621d6959d219b37126833180592 /mpi.h | |
parent | * added mpi operator (diff) |
kd iv generation fix again
Diffstat (limited to 'mpi.h')
-rw-r--r-- | mpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |