yu.algorithm.checksum

Undocumented in source.

Members

Functions

Adler32
uint Adler32(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
CRC
ushort CRC(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Fletcher16
ushort Fletcher16(ubyte[] dt)
Undocumented in source. Be warned that the author may not have intended to support it.
Fletcher32
uint Fletcher32(ushort[] dt)
Undocumented in source. Be warned that the author may not have intended to support it.
LRC
ubyte LRC(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
XOR
ubyte XOR(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta