Files
NetworkManager/shared/nm-utils
Thomas Haller cfe8546df9 all: extend hash functions with an NMHashState argument
We often want to cascade hashing, meaning, to combine the
outcome of various hash functions in a larger hash.

Instead of having each hash function return a guint hash value,
accept a hash state argument. This saves the overhead of initializing
and completing the intermediate hash states.
It also avoids loosing entropy when we reduce the larger hash state
into the intermediate guint hash value.
2017-10-18 13:29:22 +02:00
..
2017-07-25 06:42:14 +02:00
2017-07-25 06:42:14 +02:00
2017-07-05 14:22:10 +02:00
2017-10-18 13:27:02 +02:00
2017-10-18 13:27:02 +02:00
2017-10-18 13:27:02 +02:00
2016-10-14 11:16:13 +02:00