1
0
Fork 0

Adding upstream version 3.12.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-02 04:14:41 +02:00
parent 76b2c91d7e
commit f3d737b374
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
66 changed files with 4041 additions and 2142 deletions

View file

@ -54,6 +54,8 @@ LIBYANG_API_DECL uint32_t lyht_hash_multi(uint32_t hash, const char *key_part, s
*
* Spooky hash is faster, but it works only for little endian architectures.
*
* Uses XXH3_64bits internally if xxhash is available. See https://xxhash.com
*
* @param[in] key Key to hash.
* @param[in] len Length of @p key.
* @return Hash of the key.