.. index:: single: crc32q .. _crc32q/0: .. rst-class:: right **object** ``crc32q`` ========== CRC-32Q hash function, also used by AIXM-style formats, using the canonical polynomial 0x814141AB, initial value 0x00000000, and final xor 0x00000000. | **Availability:** | ``logtalk_load(hashes(loader))`` | **Author:** Paulo Moura | **Version:** 1:0:0 | **Date:** 2026-04-05 | **Compilation flags:** | ``static, context_switching_calls`` | **Extends:** | ``public`` :ref:`crc32_non_reflected(2168537515,0,0,false) ` | **Remarks:** | (none) | **Inherited public predicates:** |  :ref:`hash_protocol/0::hash/2`   .. contents:: :local: :backlinks: top Public predicates ----------------- (no local declarations; see entity ancestors if any) Protected predicates -------------------- (no local declarations; see entity ancestors if any) Private predicates ------------------ (no local declarations; see entity ancestors if any) Operators --------- (none) .. seealso:: :ref:`crc32_non_reflected(Polynomial,Initial,FinalXor,AppendLength) `, :ref:`crc32mpeg2 `, :ref:`crc32bzip2 `, :ref:`crc32posix `, :ref:`crc32_reflected(Polynomial) `, :ref:`crc32b `, :ref:`crc32c `, :ref:`murmurhash3_x86_32 `, :ref:`fnv1a_32 `