:orphan: .. index:: pair: enum; te_toeplitz_hash_variant .. _doxid-group__te__tools__te__toeplitz_1gabe85e6e3cbdcfa86d0343a027eed8535: enum te_toeplitz_hash_variant ============================= Overview ~~~~~~~~ Known variants of Toeplitz hash algorithm :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum te_toeplitz_hash_variant { :ref:`TE_TOEPLITZ_HASH_STANDARD`, :ref:`TE_TOEPLITZ_HASH_SYM_OR_XOR`, }; .. _details-group__te__tools__te__toeplitz_1gabe85e6e3cbdcfa86d0343a027eed8535: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Known variants of Toeplitz hash algorithm Enum Values ----------- .. index:: pair: enumvalue; TE_TOEPLITZ_HASH_STANDARD .. _doxid-group__te__tools__te__toeplitz_1ggabe85e6e3cbdcfa86d0343a027eed8535a7319ef9138a95cb867c6e181fd785218: .. ref-code-block:: cpp :class: doxyrest-title-code-block TE_TOEPLITZ_HASH_STANDARD Standard implementation .. index:: pair: enumvalue; TE_TOEPLITZ_HASH_SYM_OR_XOR .. _doxid-group__te__tools__te__toeplitz_1ggabe85e6e3cbdcfa86d0343a027eed8535a9e9a631c624fb32f76f3a3b0dda1c084: .. ref-code-block:: cpp :class: doxyrest-title-code-block TE_TOEPLITZ_HASH_SYM_OR_XOR Symmetric hash using OR and XOR