public BigInteger() { capacity = InitCapacity; length = 0; digits = new uint[InitCapacity]; AssertValid(); }