/// <inheritdoc/> public bool IsValid(out ulong current) => CrcConfig.IsValid(this, out current);
/// <inheritdoc/> public bool IsValid(out BigInteger current) => CrcConfig.IsValid(this, out current);