mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +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: *;
|
||
|
};
|