W3cubDocs

/Haxe

Crc32

package haxe.crypto

Available on all platforms

Calculates the Crc32 of the given Bytes.

Static methods

staticmake(data:Bytes):Int

Calculates the CRC32 of the given data bytes

Constructor

inlinenew()

Methods

inlinebyte(b:Int):Void

inlineget():Int

inlineupdate(b:Bytes, pos:Int, len:Int):Void

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/crypto/Crc32.html