Skip to content

Instantly share code, notes, and snippets.

View AdamBoxall's full-sized avatar

Adam Boxall AdamBoxall

  • Spotify
  • Sheffield, UK
View GitHub Profile
<?php
namespace Ape\CoreBundle\Messaging\Messenger;
class Crc
{
protected static $auchCRCHi = array(
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41,