Module:CRC 32 ISO HDLC/doc

From Resonite Wiki
Revision as of 16:04, 9 February 2024 by Colin The Cat (talk | contribs) (Created page with "The CRC32 ISO HDLC algorithm is used by FrooxEngine to derive the color of an unknown C# type in ProtoFlux. This is done by computing the CRC of the type's name (without generic parameters, if any). Example: <code>crc32("IAsset") = {{#invoke:CRC_32_ISO_HDLC|crc32_hex|IAsset}}</code> (check: <code>9CD97842</code>)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:CRC 32 ISO HDLC

The CRC32 ISO HDLC algorithm is used by FrooxEngine to derive the color of an unknown C# type in ProtoFlux. This is done by computing the CRC of the type's name (without generic parameters, if any).

Example: crc32("IAsset") = 9CD97842 (check: 9CD97842)