MutableBigInteger.fixup

The Fixup Algorithm Calculates X such that X = C * 2^(-k) (mod P) Assumes C<P and P is odd.

class MutableBigInteger
static
fixup

Meta