class haxe.crypto.Crc32

Calculates the Crc32 of the given Bytes.

Instance Fields

function new(): Void

function byte(b:Int): Void

function get(): Int

function update(b:Bytes, pos:Int, len:Int): Void