summaryrefslogtreecommitdiff
path: root/src/supplemental/idhash
Commit message (Collapse)AuthorAge
* fixes #1740 Public ID hash APIGarrett D'Amore2023-12-29
This includes a manual page documenting the entire set of functions in one step. The hash is 64-bit based for now, to be maximally flexible. An internal 32-bit convenience for the common internal use is also provided (not public). The public API includes a test suite.