v.23.8New Feature

Re-add SipHash Keyed Functions

Re-add SipHash keyed functions. #53525 (Salvatore Mesoraca).
Re-add SipHash keyed functions to ClickHouse for enhanced hashing capabilities.

Why it matters

SipHash keyed functions were removed previously and their reintroduction addresses the need for a fast, secure, and keyed hash function useful in scenarios requiring resistance to hash-flooding attacks and improved hash distribution.

How to use it

Users can utilize SipHash keyed functions by calling them directly in their queries once they are available in the ClickHouse environment. No special configuration is required to enable these functions.