enum te_toeplitz_hash_variant
Overview
Known variants of Toeplitz hash algorithm More…
#include <te_toeplitz.h> enum te_toeplitz_hash_variant { TE_TOEPLITZ_HASH_STANDARD, TE_TOEPLITZ_HASH_SYM_OR_XOR, };
Detailed Documentation
Known variants of Toeplitz hash algorithm
Enum Values
TE_TOEPLITZ_HASH_STANDARD
Standard implementation
TE_TOEPLITZ_HASH_SYM_OR_XOR
Symmetric hash using OR and XOR