API documentation
class haxe.crypto.Crc32
Calculates the Crc32 of the given Bytes.
function new(): Void
function byte(b:Int): Void
function get(): Int
function update(b:Bytes, pos:Int, len:Int): Void