Package cryptix.math

Interface Summary
TestPrimeObserver This is a callback interface for monitoring the progress of primality testing using the TestPrime class.
 

Class Summary
BigInteger A class implementing arbitrary-length integers.
BigNum This class is public, but the constructor is protected.
MPI Deprecated.  
PRSG A pseudo-random sequence generator based on a 160-bit LFSR (this is not a cryptographically secure generator).
PseudoRandomStream A class that produces pseudo-random bytes.
RandomStream An abstract class whose subclasses generate potentially random bytes.
TestPrime This class contains static methods to test the primality of a cryptix.math.BigInteger.
 

Error Summary
MathError Maths internal error class.