summary refs log tree commit diff
path: root/src/c-siphash/src/libcsiphash.sym
blob: aad193d01113bf4ab9ccc383ea1484104fb0d900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBCSIPHASH_1 {
global:
        c_siphash_init;
        c_siphash_append;
        c_siphash_finalize;
        c_siphash_hash;
local:
       *;
};

LIBCSIPHASH_2 {
global:
        c_siphash_append_13;
        c_siphash_finalize_13;
        c_siphash_hash_13;
} LIBCSIPHASH_1;