C# Class CRC

ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
CalculateCRC ( byte buf ) : string
CalculateCRC ( byte buf, int len ) : string
make_crc_table ( ) : void
update_crc ( ulong crc, byte buf, int len ) : ulong