class haxe.crypto.Crc32
Available on all platforms
static function make(data:Bytes):Int
Calculates the CRC32 of the given data bytes
function new():Void
function byte(b:Int):Void
function get():Int
function update(b:Bytes, pos:Int, len:Int):Void