Chris Friedt
|
b75df60f0b
|
lib: os: add hash function specification and implementation
Hash functions are necessary for Hashmaps (a.k.a. Hash Tables).
* Create a flexible hash function interface
* Implementation 1. Murmur3
* Implementation 2. djb2
* Kconfig option for system-wide 32-bit hash
Signed-off-by: Chris Friedt <cfriedt@meta.com>
|
2023-02-22 19:14:05 +01:00 |
|