hash: Make functions for hashing a few words easier to use.
authorBen Pfaff <blp@nicira.com>
Thu, 16 Dec 2010 21:53:29 +0000 (13:53 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 17 Dec 2010 22:31:40 +0000 (14:31 -0800)
commit1f26e79678c9601477c072021598d4d1f5abfb43
tree9917d097f12d214e406503cdd3c5c09502ef7811
parentb7b0c62097cbce87b247e30f16e1fbdd1770cca3
hash: Make functions for hashing a few words easier to use.

It's easier for the client to pass in data directly than it is for the
client to stuff it into an array.

These functions will have new users in upcoming commits.
lib/hash.c
lib/hash.h