summaryrefslogtreecommitdiffstats
path: root/osi/src/hash_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-1/+1
* Add string hashing function using djb2Chris Manton2015-03-161-0/+11
* Disassociate hash algorithm with hash function nameZach Johnson2015-03-161-1/+5
* Add common hash functions so we don't have to redefine everywhereZach Johnson2015-03-161-0/+27