C# Class CRC

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Methods

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