You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tyk implements MurmurHash 3 and offers three different output sizes to allow tuning of the hash size and collision probability.
You can select the option you require using the TYK_GW_HASHKEYFUNCTION variable: murmur32 - 32-bit output murmur64 - 64-bit output murmur128 - 128-bit output
You can alternatively choose the crytographic sha256 hashing algorithm.
The default value used by Tyk, if hashing is enabled but no algorithm selected via TYK_GW_HASHKEYFUNCTION is murmur64.
I'm sorry for the delay getting back to you on this.
The documentation doesn't tell what the default value will be if it's not specified (unlike e.g. basic_auth_hash_key_function)
The text was updated successfully, but these errors were encountered: