mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(Crc32.Table): public property.
This commit is contained in:
@@ -198,6 +198,8 @@ namespace GameRes.Utility
|
|||||||
/* Table of CRCs of all 8-bit messages. */
|
/* Table of CRCs of all 8-bit messages. */
|
||||||
private static readonly uint[] crc_table = InitializeTable();
|
private static readonly uint[] crc_table = InitializeTable();
|
||||||
|
|
||||||
|
public static uint[] Table { get { return crc_table; } }
|
||||||
|
|
||||||
/* Make the table for a fast CRC. */
|
/* Make the table for a fast CRC. */
|
||||||
private static uint[] InitializeTable ()
|
private static uint[] InitializeTable ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user