mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 15:40:10 +01:00
Imported c-siphash code with command: git subtree add --prefix shared/c-siphash/ git@github.com:c-util/c-siphash.git master --squash To update the library use: git subtree pull --prefix shared/c-siphash/ git@github.com:c-util/c-siphash.git master --squash
9 lines
146 B
Text
9 lines
146 B
Text
LIBCSIPHASH_1 {
|
|
global:
|
|
c_siphash_init;
|
|
c_siphash_append;
|
|
c_siphash_finalize;
|
|
c_siphash_hash;
|
|
local:
|
|
*;
|
|
};
|