Skip to content

glib: introduce g_data_hash_add() function

Alexander Slobodeniuk requested to merge Sasha/glib:add-ghash-func into main

It can be used to calculate simple hashes of data or also composite hashes of some objects, arrays of data, etc.

Merge request reports