Crc64Iso

64-bit checksum.

It is intended to be generically used in Dextool when such a checksum is needed.

CRC64 ISO is used because there exist implementations in other languages which makes it possible to calculate the checksum in e.g. python and compare with the one from Dextool.

TODO: check if python have a 64ISO or 64ECMA implementation.

Members

Functions

opEquals
bool opEquals(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w, FormatSpec!Char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

c0
ulong c0;
Undocumented in source.

Meta