public BigIntBlock(uint value) { Digit = new Digit(value); }
public BigIntBlock(Digit digit) { this.Digit = digit; }