Class FactorArguments


  • public class FactorArguments
    extends Object
    • Field Detail

      • NBits

        public int NBits
        The number of bits of N
      • exp

        public int exp
        The exponent of N
    • Constructor Detail

      • FactorArguments

        public FactorArguments​(BigInteger N,
                               int exp)
        Full constructor.
        Parameters:
        N - the number to factor
        exp - the exponent of N