Skip to content

Instantly share code, notes, and snippets.

View ntvsx193's full-sized avatar

Artem Kolesnik ntvsx193

View GitHub Profile
@ntvsx193
ntvsx193 / Crc16.php
Last active August 17, 2016 09:21
Класс для расчета CRC16. Рассчитывает по таблице только обратный полином A001 (reversed).
<?php
/**
* Класс для расчета CRC16.
* Рассчитывает по таблице только обратный полином A001 (reversed).
*
* Class Crc16
*/
class Crc16 {