hash: New helper functions hash_bytes32() and hash_bytes64().
authorBen Pfaff <blp@ovn.org>
Tue, 19 Jan 2016 06:52:48 +0000 (22:52 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 20 Jan 2016 18:02:53 +0000 (10:02 -0800)
All of the callers of hash_words() and hash_words64() actually find it
easier to pass in the number of bytes instead of the number of 32-bit
or 64-bit words.  These new functions allow the callers to be a little
simpler.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>

No differences found