/*::
type CRC32Type = number;
type ABuf = Array<number> | Uint8Array | Buffer;
type CRC32TableType = Array<number> | Int32Array;
*/