Add a hashing function (incl. tests) 90/235890/8
authorAgnieszka Baumann <a.baumann@samsung.com>
Wed, 10 Jun 2020 15:45:00 +0000 (17:45 +0200)
committerAgnieszka Baumann <a.baumann@samsung.com>
Wed, 15 Jul 2020 10:55:52 +0000 (12:55 +0200)
commita753db1f71aae3e860afbf896274def3233fffac
tree96aecdcf1305817a4abf6bc69421d9274f2137ae
parent0828d88432c8c334c39c5d40381167d37e9491e1
Add a hashing function (incl. tests)

To be used for libdlog deduplication

Change-Id: I1cea213fcb191b1b306fe6a021366f18f1716dfe
Makefile.am
include/hash.h [new file with mode: 0644]
src/shared/hash.c [new file with mode: 0644]
src/tests/hash_test.c [new file with mode: 0644]