mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
|
libscrypt {
|
||
|
global: libscrypt_check;
|
||
|
libscrypt_hash;
|
||
|
libscrypt_mcf;
|
||
|
libscrypt_salt_gen;
|
||
|
libscrypt_scrypt;
|
||
|
local: *;
|
||
|
};
|