diff --git a/misc.h b/misc.h index 52ece09c..d836aaa2 100644 --- a/misc.h +++ b/misc.h @@ -1232,9 +1232,6 @@ inline void IncrementCounterByOne(byte *inout, unsigned int size) carry = ! ++inout[size-1]; size--; } - - if (carry && size == 0) - inout[0]++; } /// \brief Performs an addition with carry on a block of bytes