Lindenii Project Forge
Login

hare-ds

Data structures for Hare

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

/ds/map/hashmap_siphash/README (raw)

hashmap_siphash: SipHash hashmap

This module provides a simple implementation of a hashmap using the SipHash
hashing algorithm for collision-resistant mapping. It is designed for
situations where keys may be untrusted.