// static constructor static CRC32() { _crc32TablesCache = Hashtable.Synchronized(new Hashtable()); _defaultCRC = new CRC32(); }